Quote the script path, that can contain spaces.

This commit is contained in:
Laurent Rineau
2011-04-14 10:20:04 +00:00
parent 99cb4322df
commit 8fd77d212b
@@ -1,3 +1,3 @@
#!/bin/sh
exec ${0%_with_cmake} ${1+"$@"}
exec "${0%_with_cmake}" ${1+"$@"}