Quote the script path, that can contain spaces.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec ${0%_with_cmake} ${1+"$@"}
|
||||
exec "${0%_with_cmake}" ${1+"$@"}
|
||||
|
||||
Reference in New Issue
Block a user