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:
parent
529bb05bc6
commit
8d0e351cb3
@ -101,7 +101,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create configure and friends.
|
# Create configure and friends.
|
||||||
if ! test -f configure; then
|
if test ! -f configure; then
|
||||||
echo $e_n "Creating \`configure' from \`configure.in'... $e_c"
|
echo $e_n "Creating \`configure' from \`configure.in'... $e_c"
|
||||||
make -f Makefile.cvs 1>>$O 2>&1
|
make -f Makefile.cvs 1>>$O 2>&1
|
||||||
echo "done."
|
echo "done."
|
||||||
|
Loading…
Reference in New Issue
Block a user