diff options
Diffstat (limited to 'shells/zsh/files/patch-Completion-Unix-Command-_mount')
-rw-r--r-- | shells/zsh/files/patch-Completion-Unix-Command-_mount | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/zsh/files/patch-Completion-Unix-Command-_mount b/shells/zsh/files/patch-Completion-Unix-Command-_mount new file mode 100644 index 000000000000..d0dfff52c779 --- /dev/null +++ b/shells/zsh/files/patch-Completion-Unix-Command-_mount @@ -0,0 +1,13 @@ +--- Completion/Unix/Command/_mount.orig 2006-05-28 13:46:56.000000000 -0500 ++++ Completion/Unix/Command/_mount 2007-08-20 21:22:22.000000000 -0500 +@@ -859,8 +859,8 @@ + ;; + *) + /sbin/mount | while read mline; do +- mp_tmp+=( $mline[(w)1] ) +- dev_tmp+=( $mline[(w)3] ) ++ dev_tmp+=( $mline[(w)1] ) ++ mp_tmp+=( $mline[(w)3] ) + done + ;; + esac |