]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
quote-modloaddir-when-looking-for-kernel-module-20011120
authorYves Schutz <schutz@in2p3.fr>
Wed, 21 Nov 2001 15:54:35 +0000 (15:54 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 21 Nov 2001 15:54:35 +0000 (15:54 +0000)
quote variable evaluation

src/afsd/afs.rc.linux

index eeec42458eae3df79c0501efe48d08aa5467a772..be734be94512d12b1d83f554399b03ed10c5ffa6 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