Remove ' from put script.
This commit is contained in:
parent
982bf1944e
commit
5bba5e5db2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdout_file="${STDOUT_FILE}"
|
||||||
[ "$stderr_file" != "-" ] && truncate -s 0 "$stderr_file"
|
[ "$stderr_file" != "-" ] && truncate -s 0 "$stderr_file"
|
||||||
[ "$stdout_file" != "-" ] && truncate -s 0 "$stdout_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
|
if [ "$stderr_file" = "-" ] && [ "$stdout_file" = "-" ]; then
|
||||||
# redirect stdout to stderr
|
# redirect stdout to stderr
|
||||||
${COMMAND} 1>&2
|
${COMMAND} 1>&2
|
||||||
|
|
Loading…
Reference in a new issue