X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sh%2Fhivexget;h=be73d62bc77abe7fb29c1d33722677b53673465d;hb=e0b21193257f9784b28e931525f2a382a74775c6;hp=f804d0d30bb9fcab0def6f1134a08756a1592951;hpb=e8928b001ed31694031257202775375e2f50e1a8;p=hivex.git diff --git a/sh/hivexget b/sh/hivexget index f804d0d..be73d62 100755 --- a/sh/hivexget +++ b/sh/hivexget @@ -17,7 +17,7 @@ set -e -if [ $# -lt 2 -o $# -gt 3 ]; then +if test $# -lt 2 || test $# -gt 3; then echo "hivexget hivefile path [key]" exit 1 fi