summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/art2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/art b/tools/art
index 2408f9fe98..6c89a60b6a 100644
--- a/tools/art
+++ b/tools/art
@@ -45,7 +45,7 @@ LIBART=libart.so
while true; do
if [ "$1" = "--invoke-with" ]; then
shift
- invoke_with="$1"
+ invoke_with="$invoke_with $1"
shift
elif [ "$1" = "-d" ]; then
LIBART="libartd.so"