X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=autogen.sh;h=4017d3291b80bd7d8f653bfe997f9a76282d9533;hb=e85b1eaa268caea316f6aa8e02738b3d94297250;hp=ae6805255886e17f500aa936f73ab7cc4da1afe6;hpb=aa5d6c138b55e25994ac723e94f32b009366927c;p=hivex.git diff --git a/autogen.sh b/autogen.sh index ae68052..4017d32 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "$@"