]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor bug. It does not work on non RH systems. Thanx to
authorOndrej Filip <feela@network.cz>
Fri, 25 Aug 2000 12:26:03 +0000 (12:26 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 25 Aug 2000 12:26:03 +0000 (12:26 +0000)
Craig Bourne <cbourne@cbourne.com>

misc/bird.init

index b3c3c99570efe28003ec0324e0aae37006624201..2417f3f40c9316b942a2d28abb95b0dea8e57d96 100755 (executable)
@@ -16,7 +16,7 @@
 . /etc/rc.d/init.d/functions
 
 # Check that networking is up.
-if [ ${NETWORKING} = "no" ]
+if [ "${NETWORKING}" = "no" ]
 then
        exit 0
 fi