]> git.pld-linux.org Git - packages/bash-completion-vserver.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Nov 2008 01:12:51 +0000 (01:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-vserver.sh -> 1.5

bash-completion-vserver.sh

index 2cf1cdee0c7a2ec01b7484a45fdd12267ee7382b..21153c5130e0c7d5239665c2f109d573ddc0a18b 100644 (file)
@@ -26,7 +26,7 @@
 
 have vserver-info && {
 
-: ${UTIL_VSERVER_VARS:=$(vserver-info - SYSINFO | awk '/prefix:/{ print $2}')/$(test -d /lib64 && echo lib64 || echo lib)/util-vserver/util-vserver-vars)}
+: ${UTIL_VSERVER_VARS:=$(vserver-info - SYSINFO | awk '/prefix:/{ print $2}')/$(test -d /lib64 && echo lib64 || echo lib)/util-vserver/util-vserver-vars}
 test -e "$UTIL_VSERVER_VARS" && {
 
 if [ -z "$_VS_NEWLINE" -o -z "$VS_ALLVSERVERS_ARGS" ]
This page took 0.229321 seconds and 4 git commands to generate.