]> sjero.net Git - wget/commitdiff
[svn] Use test ! -f foo instead of ! test -f foo.
authorhniksic <devnull@localhost>
Tue, 21 May 2002 03:46:57 +0000 (20:46 -0700)
committerhniksic <devnull@localhost>
Tue, 21 May 2002 03:46:57 +0000 (20:46 -0700)
util/dist-wget

index b55d04a80dcf26ac9026d03483d47a29e2e31b54..57a0dd987b63cac37b19c6a4181bf87a8aeb5ea2 100755 (executable)
@@ -101,7 +101,7 @@ then
 fi
 
 # Create configure and friends.
-if ! test -f configure; then
+if test ! -f configure; then
   echo $e_n "Creating \`configure' from \`configure.in'... $e_c"
   make -f Makefile.cvs 1>>$O 2>&1
   echo "done."