Fixed "jam run" feature for older shells.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-04-30 16:55:27 +00:00
parent 0086fe2095
commit 4ce381e26c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ rule RunCommandLine commandLine
actions RunCommandLine1 {
target=target;
for t in $(2) ; do
target+=X
target=${target}X
eval "${target}=${t}"
done
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)