aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/umount.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-24 02:36:30 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-24 02:36:30 +1000
commit08eb92707a81ea4e611169e7592a58a4557a297b (patch)
treebaa3525d775363dcb323054b97c2591cf9ca6ecc /share/completions/umount.fish
parente50f43416b5a8b522695d8cbb7cf31112d51e8f2 (diff)
Fix paran mismatch bug in umount completions that popped up when dropping the N_ script
darcs-hash:20070223163630-ac50b-efa267645ce113eab089d49d240bb3e00e9f07e5.gz
Diffstat (limited to 'share/completions/umount.fish')
-rw-r--r--share/completions/umount.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/umount.fish b/share/completions/umount.fish
index 1705ddcf..8d799549 100644
--- a/share/completions/umount.fish
+++ b/share/completions/umount.fish
@@ -5,7 +5,7 @@
#
# Find all mountpoints
#
-complete -c umount --description "Mount point") -x -a '(cat /etc/mtab | cut -d " " -f 1-2|tr " " \n|sed -e "s/[0-9\.]*:\//\//"|sgrep "^/"'
+complete -c umount --description "Mount point" -x -a '(cat /etc/mtab | cut -d " " -f 1-2|tr " " \n|sed -e "s/[0-9\.]*:\//\//"|sgrep "^/")'
complete -c umount -s V --description "Display version and exit"
complete -c umount -s h --description "Display help and exit"