#
# Execute the compiler with the command arguments
#
if [ "$PLB_SYSTEM" != "" ]
 then
  plb $PLB_SYSTEM/plbcmp.plc $* $PLBCMPOPT
else
  plb plbcmp.plc $* $PLBCMPOPT
fi
