Bugs item #1540127, was opened at 2006-08-14 17:23 Message generated for change (Tracker Item Submitted) made by Item Submitter 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1540127&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
