From 392ae5ce36f888023504ff16772c80310b39362a Mon Sep 17 00:00:00 2001 From: Yves Schutz Date: Wed, 21 Nov 2001 15:54:35 +0000 Subject: [PATCH] quote-modloaddir-when-looking-for-kernel-module-20011120 quote variable evaluation --- src/afsd/afs.rc.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5