]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix syntax error in the openafs-client init script
authorRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 22:39:01 +0000 (14:39 -0800)
committerRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 22:39:01 +0000 (14:39 -0800)
debian/openafs-client.init

index e203178432157b20105ffa43cbd4748f0c0971d3..b65ee77bbc59c558c4cc407737aa877e03f086cb 100755 (executable)
@@ -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 <<EOF >&2
 AFS module $MODULEDIR/$LIBAFS does not exist.