From 4ce381e26c0bc2a009e71f18f5554965fc031302 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 30 Apr 2007 16:55:27 +0000 Subject: [PATCH] Fixed "jam run" feature for older shells. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20925 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/MiscRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/MiscRules b/build/jam/MiscRules index 8eea5ca2d8..6755a2a4c8 100644 --- a/build/jam/MiscRules +++ b/build/jam/MiscRules @@ -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)