aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rwxr-xr-xbhash_crack.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c95d28748704..bb5c01cb702f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,3 +11,4 @@ pkgbase = bhash_crack-git
sha512sums = SKIP
pkgname = bhash_crack-git
+
diff --git a/bhash_crack.sh b/bhash_crack.sh
index 954d7b82de5f..0137effd4e37 100755
--- a/bhash_crack.sh
+++ b/bhash_crack.sh
@@ -64,7 +64,7 @@ function _crack(){
}
while getopts "f:t:l:c:x:k:vhd" option ; do
- case $option in
+ case $option in
f|file)
file="${OPTARG}"
if [ -e ${file} ] ; then