Dirk Mueller 2015-09-29 08:57:39 +00:00 committed by Git OBS Bridge
parent 799b476a29
commit 99c86bb751

View File

@ -20,7 +20,7 @@ CMDLINE=""
for arg in "$@" ; do
# Escape quotes in parameters, so that they're passed through cleanly.
arg=$(sed -e 's/"/\\"/g' <<-END
$arg
$arg
END
)
CMDLINE="${CMDLINE} \"${arg}\""