Dirk Mueller 2015-09-28 11:22:23 +00:00 committed by Git OBS Bridge
parent f214bbacb6
commit 799b476a29

View File

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