mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:18:01 +02:00
Tools: Allow spaces in file path in runwait.sh script. Issue #39666, patch by Pavel.
This commit is contained in:
parent
67a95d4f7f
commit
d921dc84fd
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CommandLine=$@
|
||||
CommandLine="$@"
|
||||
#set -x
|
||||
|
||||
echo $CommandLine
|
||||
@ -13,7 +13,7 @@ if [ "$ext" = "exe" ]; then
|
||||
echo "WINE not found in path"
|
||||
fi
|
||||
else
|
||||
$CommandLine
|
||||
"$CommandLine"
|
||||
fi
|
||||
|
||||
echo "--------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user