diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_mount | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d24abad2d..e09b016bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-01-19 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: Completion/Unix/Command/_mount: make MATCH etc. + local. + * users/12461: Completion/Unix/Command/_mount: mount points weren't completed properly for umount. diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 417af2502..fcd848e23 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -867,6 +867,7 @@ udevordir) ;; esac + local MATCH MBEGIN MEND # "Mummy, why is mount point matching full of squiggles?" # # "Well, dear, the clever people who wrote Linux decided that some |