Handle filenames with spaces.

This commit is contained in:
Ove Kaaven 2001-02-26 22:32:53 +00:00 committed by Alexandre Julliard
parent c7265aaaad
commit 26c35ce3d2
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if [ $# -eq 0 ] ; then
no_args=1
fi
if [ $# -eq 1 -a foo$1 = foo ] ; then
if [ $# -eq 1 -a "$1" = "" ] ; then
no_args=1
fi