local_setup.zsh 293 B

12345678
  1. #!/usr/bin/env zsh
  2. # generated from catkin/cmake/templates/local_setup.zsh.in
  3. CATKIN_SHELL=zsh
  4. # source setup.sh from same directory as this file
  5. _CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
  6. emulate -R zsh -c 'source "$_CATKIN_SETUP_DIR/setup.sh" --extend --local'