Sample Upgrade Script (cont.)
# Do we have a machine type that we can use?
if [ "$MachType" = "none" ]
/bin/echo "UpdateClearCase - ClearCase not available for this OS, no updated needed."
if [ "$InfoLevel" -ge "$DebugMsg" ]
/bin/echo "UpdateClearCase (debug) - Machine Type: $MachType"