Commit 26c35ce3 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Handle filenames with spaces.

parent c7265aaa
...@@ -187,7 +187,7 @@ if [ $# -eq 0 ] ; then ...@@ -187,7 +187,7 @@ if [ $# -eq 0 ] ; then
no_args=1 no_args=1
fi fi
if [ $# -eq 1 -a foo$1 = foo ] ; then if [ $# -eq 1 -a "$1" = "" ] ; then
no_args=1 no_args=1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment