Should fix problems with whitespace in path names (#2770).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27738 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7483a2666e
commit
8ddfb2fdb5
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec $BE_CPLUS_COMPILER $BE_DEFAULT_C_FLAGS $BE_DEFAULT_CPLUS_FLAGS $*
|
||||
exec $BE_CPLUS_COMPILER $BE_DEFAULT_C_FLAGS $BE_DEFAULT_CPLUS_FLAGS "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user