if [ -z "$OLDPATH" ]; then
  OLDPATH=$PATH
  export PATH=$PATH:/usr/local/m68k-palmos-coff/bin
else
  export PATH=$OLDPATH
  unset $OLDPATH
fi

