1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Use test ! -f foo instead of ! test -f foo.

This commit is contained in:
hniksic 2002-05-20 20:46:57 -07:00
parent 529bb05bc6
commit 8d0e351cb3

View File

@ -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."