]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-quote-modloaddir-when-looking-for-kernel-module-20011226
authorYves Schutz <schutz@in2p3.fr>
Wed, 26 Dec 2001 20:48:16 +0000 (20:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:48:16 +0000 (20:48 +0000)
quote variable evaluation

src/afsd/afs.rc.linux

index 756849a0f86bf5d06d300a4062947422dedf7184..fb1c58773e44641927ed034a396a9f4423f3cdf8 100644 (file)
@@ -172,7 +172,7 @@ load_client() {
                choose_client
        fi
     
-       if [ ! -f $MODLOADDIR/$LIBAFS ] ; then
+       if [ ! -f "$MODLOADDIR/$LIBAFS" ] ; then
                echo AFS module $MODLOADDIR/$LIBAFS does not exist. Not starting AFS.
                exit 1
        fi