--- 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