Handle filenames with spaces.
This commit is contained in:
parent
c7265aaaad
commit
26c35ce3d2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue