From: Yves Schutz Date: Wed, 21 Nov 2001 15:54:35 +0000 (+0000) Subject: quote-modloaddir-when-looking-for-kernel-module-20011120 X-Git-Tag: openafs-devel-1_3_0~112 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=392ae5ce36f888023504ff16772c80310b39362a;p=packages%2Fo%2Fopenafs.git quote-modloaddir-when-looking-for-kernel-module-20011120 quote variable evaluation --- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index eeec42458..be734be94 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -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