From: Yves Schutz Date: Wed, 26 Dec 2001 20:48:16 +0000 (+0000) Subject: STABLE12-quote-modloaddir-when-looking-for-kernel-module-20011226 X-Git-Tag: openafs-stable-1_2_3~61 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=acc0cedf2dbe7a4461ec184a48a799d855eaadd8;p=packages%2Fo%2Fopenafs.git STABLE12-quote-modloaddir-when-looking-for-kernel-module-20011226 quote variable evaluation --- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index 756849a0f..fb1c58773 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