aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpPailleux2016-08-28 12:24:31 +0200
committerpPailleux2016-08-28 12:24:31 +0200
commit5dc6f745fd1b6101b2dbc40e88141cb73319e890 (patch)
tree328c3519fa1ece7b018ca152d90462746417ba31
parente89664041aebf30db01e560c5f900ff7af03a5bb (diff)
downloadaur-bhash_crack-git.tar.gz
Some indentation again
-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