if [ "$PLB_SYSTEM" != "" ]
  then
    plb $PLB_SYSTEM/build.plc $*
  else
    plb build.plc $*
fi
