Expand the glob.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sun, 17 Aug 2008 22:40:53 +0000 (22:40 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sun, 17 Aug 2008 22:40:53 +0000 (22:40 +0000)
fuse-pl.init

index 669df29..39c34d3 100644 (file)
@@ -10,7 +10,7 @@
 # Source function library.
 . /etc/init.d/functions
 
-: ${UTIL_VSERVER_VARS:=/usr/lib*/util-vserver/util-vserver-vars}
+: ${UTIL_VSERVER_VARS:=`echo /usr/lib*/util-vserver/util-vserver-vars`}
 test -e "$UTIL_VSERVER_VARS" || {
     echo "Can not find util-vserver installation; aborting..."
     exit 1