aboutsummaryrefslogtreecommitdiff
path: root/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index 8b964db..93b5480 100644
--- a/kshrc
+++ b/kshrc
@@ -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