Emiliano Visentin writes: > > Package: csh > Version: 20070713-1 > Severity: important > > In my cshell script I can't test the $? variable.
In csh there isn't a $? variable. $?var is the syntax to query whether a variable named "var" exists. You're looking for $status -- Alan Curry -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

