From 7b25baef44780e10c743b123811c828bbd7b980a Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Wed, 24 Sep 1997 16:48:28 +0000 Subject: Fixed potential syntax error. --- sysconfig/network-scripts/ifup-ppp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index ff36accf..ffea7336 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -24,7 +24,7 @@ if [ -z "$RETRYTIMEOUT" ]; then RETRYTIMEOUT=30 fi -if [ "$2" = "boot" -a ${ONBOOT} = "no" ]; then +if [ "$2" = "boot" -a "${ONBOOT}" = "no" ]; then exit fi -- cgit v1.2.1