hivexml: Report attributes in values instead of text.
[hivex.git] / sh / hivexget
index f804d0d..be73d62 100755 (executable)
@@ -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