summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/wrapper/libwrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wrapper/libwrapper.sh b/scripts/wrapper/libwrapper.sh
index a20a46f32..858659b12 100644
--- a/scripts/wrapper/libwrapper.sh
+++ b/scripts/wrapper/libwrapper.sh
@@ -75,7 +75,7 @@ add_arg() {
}
add_late_arg() {
- LATE_ARG_LIST="${ARG_LIST} ${*}"
+ LATE_ARG_LIST="${LATE_ARG_LIST} ${*}"
}
add_opt_arg() {