error on script
Op 7-12-2011 9:08, Sailesh schreef:
Hi all, I have an script for checking my database. I am getting an error but I am unable to trouble shoot. Please see error . /xymon/client/ext/bb-roracle.ksh[58]: (VAR0+=2),(VAR1+=2): syntax error /xymon/client/ext/bb-roracle.ksh[58]: (VAR0+=2),(VAR1+=2): syntax error
In ksh (and bash), you say: ((VAR0 += 2)) (spaces makes it more readable, but are not mandatory) regards, Paul