aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/modprobe.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-20 18:58:20 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-20 18:58:20 +1000
commitcdbd233e6217e648245fc889edf4b46f9ca69473 (patch)
treeee37dfb786c3140d3e7ae3340130d9b0b1826dff /init/completions/modprobe.fish
parent9ce93164bb51e39b7ec09b02ce4bd29308594847 (diff)
Do not use GNU -r switch for sed
darcs-hash:20051220085820-ac50b-c46216c3eff88eab9776e5505de1f25e0e046cfc.gz
Diffstat (limited to 'init/completions/modprobe.fish')
-rw-r--r--init/completions/modprobe.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/modprobe.fish b/init/completions/modprobe.fish
index 1b0395ec..566d00b6 100644
--- a/init/completions/modprobe.fish
+++ b/init/completions/modprobe.fish
@@ -2,7 +2,7 @@
# Completions for the modprobe command
#
-complete -c modprobe -d Module -a "(/sbin/modprobe -l | sed -re 's/\/.*\/([^\/.]*).*/\1/')"
+complete -c modprobe -d Module -a "(/sbin/modprobe -l | sed -e 's/\/.*\/\([^\/.]*\).*/\1/')"
complete -c modprobe -s v -l verbose -d "Print messages about what the program is doing"
complete -c modprobe -s C -l config -d "Configuration file" -r
complete -c modprobe -s c -l showconfig -d "Dump configuration file"