--- src/usr.bin/wmake/wmake.sh 2005/09/23 00:31:37 1.2 +++ src/usr.bin/wmake/wmake.sh 2006/02/11 10:42:12 1.3 @@ -16,6 +16,6 @@ if [ "$path" = "" ]; then echo "Unable to locate Makefile.inc through parent dirs" fi -escaped_args=`echo "$@" | sed -e "s/'/\\'/"` +escaped_args=`echo -n "$@" | sed -e "s/'/\\'/"` eval `cd $path; make WMAKE_ARGS="'$escaped_args'" -f Makefile.inc1 wmake`