Quote the command line arguments, so arguments with whitespace will

work.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-09-28 13:45:36 +00:00
parent 7e1490e0ad
commit 937f717ced

View File

@ -224,7 +224,7 @@ actions RunCommandLine1 {
eval "${target}=${t}"
done
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)
$(COMMAND_LINE)
"$(COMMAND_LINE)"
}