[Devel] [ openser-Bugs-1540127 ] Solaris scripting errors

SourceForge.net noreply at sourceforge.net
Mon Aug 14 19:25:02 CEST 2006


Bugs item #1540127, was opened at 2006-08-14 17:23
Message generated for change (Comment added) made by samwiseuk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1540127&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Samwise (samwiseuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solaris scripting errors

Initial Comment:
Line 119 in
/usr/local/lib64/openser/openserctl/openserctl.fifo:

attempt=$(($attempt + 1))

when interpreted in Solaris 9 results in:

syntax error: `attempt=$' unexpected

so I had to change it to this more Solaris-friendly
command:

attempt=`expr $attempt + 1`

which seems to work.

----------------------------------------------------------------------

>Comment By: Samwise (samwiseuk)
Date: 2006-08-14 17:25

Message:
Logged In: YES 
user_id=1068470

oops .. just to add:

that this was discovered with the rel_1_1_0 branch checked
out from CVS.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1540127&group_id=139143



More information about the Devel mailing list