aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/share/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/wrapper.sh b/.local/share/wrapper.sh
index 5625fd1..336d6e7 100755
--- a/.local/share/wrapper.sh
+++ b/.local/share/wrapper.sh
@@ -75,7 +75,7 @@ main()
# case it is empty.
if [ -n "$WRAPPER_OPTS" ]
then
- WRAPPER_CMD="$WRAPPER_CMD $WRAPPER_OPTS"
+ WRAPPER_CMD="$WRAPPER_CMD $(printf "%s" "$WRAPPER_OPTS" | tr "\n" " " | awk '{$1=$1};1')"
fi
# Run all the things we want to run