aboutsummaryrefslogtreecommitdiff
path: root/ppp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-07-04 14:24:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-07-04 14:24:20 +0000
commit985a4fd03f47eb6046409739d3eca9e65244f7f2 (patch)
tree6e8c5118e750a1ebd4e9ce4b5a67af490b60f643 /ppp
parent5fdffdd2370cc23b48e7d99779d8e7a98d43db6d (diff)
downloadgsc-985a4fd03f47eb6046409739d3eca9e65244f7f2.tar.gz
gsc-985a4fd03f47eb6046409739d3eca9e65244f7f2.tar.bz2
Fixed syntax of POSIX arithmetical expressions
git-svn-id: file:///svnroot/gsc/trunk@51 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'ppp')
-rwxr-xr-xppp/start-ppp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/start-ppp b/ppp/start-ppp
index efb63da..552c4ab 100755
--- a/ppp/start-ppp
+++ b/ppp/start-ppp
@@ -55,7 +55,7 @@ do
LINE=0
cat $NFILE | tr -d '-' | while read i
do
- LINE=$((LINE+1))
+ LINE=$(($LINE+1))
case $i in
\#*) ;;
"") ;;

Return to:

Send suggestions and report system problems to the System administrator.