diff options
Diffstat (limited to 'Functions/Zftp/zfuput')
-rw-r--r-- | Functions/Zftp/zfuput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zftp/zfuput b/Functions/Zftp/zfuput index 24a355931..f4e6a0fd6 100644 --- a/Functions/Zftp/zfuput +++ b/Functions/Zftp/zfuput @@ -58,7 +58,7 @@ for rem in $*; do zftp remote $rem >|$1 rstat=$? remstats=($(<$1)) - } =(: temporary file) + } =(<<<'temporary file') if [[ $rstat = 2 ]]; then print "Server does not implement full command set required." 1>&2 return 1 |