From 17d342160ae1c59687b61332bd4dee5e62bd509a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 May 2000 10:45:02 +0000 Subject: 11252: no colon at the end of zftp function contexts --- Functions/Zftp/zfpcp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Functions/Zftp/zfpcp') diff --git a/Functions/Zftp/zfpcp b/Functions/Zftp/zfpcp index ddd570e59..e74ee34f8 100644 --- a/Functions/Zftp/zfpcp +++ b/Functions/Zftp/zfpcp @@ -14,10 +14,11 @@ emulate -L zsh +[[ $curcontext = :zf* ]] || local curcontext=:zfpcp local rem loc integer stat do_close -zfautocheck +zfautocheck || return 1 if [[ $# -gt 2 || $2 = (.|..) || $2 = */ ]]; then local dir=$argv[-1] @@ -32,6 +33,9 @@ if [[ $# -gt 2 || $2 = (.|..) || $2 = */ ]]; then zftp put $rem <$loc || stat=1 done else + if [[ $2 = $HOME || $2 = $HOME/* ]]; then + 2="~${2#$HOME}" + fi zftp put $2 <$1 stat=$? if [[ stat -ne 0 && $ZFTP_CODE = 553 && $ZFTP_REPLY = *'Is a directory'* ]] -- cgit 1.4.1