]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- pldized service usage completion auto/th/bash-completion-1_0-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 May 2009 09:18:04 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-service.patch -> 1.1

bash-completion-service.patch [new file with mode: 0644]

diff --git a/bash-completion-service.patch b/bash-completion-service.patch
new file mode 100644 (file)
index 0000000..27289a2
--- /dev/null
@@ -0,0 +1,11 @@
+--- bash-completion-1.0/bash_completion~       2009-05-12 12:05:37.000000000 +0300
++++ bash-completion-1.0/bash_completion        2009-05-12 12:07:58.771759678 +0300
+@@ -751,7 +751,7 @@
+               _services
+       else
+               COMPREPLY=( $( compgen -W '`sed -ne "y/|/ /; \
+-                              s/^.*Usage.*{\(.*\)}.*$/\1/p" \
++                              s/^.*\(U\|msg_u\)sage.*{\(.*\)}.*$/\2/p" \
+                               $sysvdir/${prev##*/} 2>/dev/null`' -- $cur ) )
+       fi
This page took 0.089213 seconds and 4 git commands to generate.