Remove ' from put script.

This commit is contained in:
redxef 2022-11-22 00:18:55 +01:00
parent 982bf1944e
commit 5bba5e5db2
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -24,7 +24,7 @@ stdout_file="${STDOUT_FILE}"
[ "$stderr_file" != "-" ] && truncate -s 0 "$stderr_file"
[ "$stdout_file" != "-" ] && truncate -s 0 "$stdout_file"
# don't write anything to stdout, since that would get appended to the tar file
# dont write anything to stdout, since that would get appended to the tar file
if [ "$stderr_file" = "-" ] && [ "$stdout_file" = "-" ]; then
# redirect stdout to stderr
${COMMAND} 1>&2