diff options
Diffstat (limited to 'kshrc')
| -rw-r--r-- | kshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -491,7 +491,7 @@ pull() { fi if [ -x "$(command -v ftp)" ] && [ "$(uname)" = "OpenBSD" ] ; then - ftp "$_u" -o "$_f" && return + ftp -o "$_f" "$_u" && return fi if [ -x "$(command -v fetch)" ] && [ "$(uname)" = "FreeBSD" ] ; then |
