From: Russ Allbery Date: Fri, 13 Feb 2009 22:39:01 +0000 (-0800) Subject: Fix syntax error in the openafs-client init script X-Git-Tag: debian/1.4.8.dfsg1-1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8b97bf3eed59191409093052698bec31c302552c;p=packages%2Fo%2Fopenafs.git Fix syntax error in the openafs-client init script --- diff --git a/debian/openafs-client.init b/debian/openafs-client.init index e20317843..b65ee77bb 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -92,7 +92,7 @@ load_client() { if [ -z "$LIBAFS" ] ; then choose_client fi - if [ ! -f "$MODULEDIR/$LIBAFS" ] -a [ ! -f "$DKMSDIR/$LIBAFS" ] ; then + if [ ! -f "$MODULEDIR/$LIBAFS" -a ! -f "$DKMSDIR/$LIBAFS" ] ; then echo "" cat <&2 AFS module $MODULEDIR/$LIBAFS does not exist.