hivex: Add metadata length functions for nodes and values
[hivex.git] / autogen.sh
index eb09236..4017d32 100755 (executable)
@@ -51,7 +51,7 @@ mkdir -p perl/lib/Win
 
 # If no arguments were specified and configure has run before, use the previous
 # arguments
-if [ $# = 0 -a -x ./config.status ]; then
+if test $# = 0 && test -x ./config.status; then
     ./config.status --recheck
 else
     $CONFIGUREDIR/configure "$@"