setup_cached.sh 599 B

12345678910111213
  1. #!/usr/bin/env sh
  2. # generated from catkin/python/catkin/environment_cache.py
  3. # based on a snapshot of the environment before and after calling the setup script
  4. # it emulates the modifications of the setup script without recurring computations
  5. # new environment variables
  6. # modified environment variables
  7. export CMAKE_PREFIX_PATH="/home/ipc2001/usbcam/devel:$CMAKE_PREFIX_PATH"
  8. export PWD='/home/ipc2001/usbcam/build'
  9. export ROSLISP_PACKAGE_DIRECTORIES="/home/ipc2001/usbcam/devel/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
  10. export ROS_PACKAGE_PATH="/home/ipc2001/usbcam/src:$ROS_PACKAGE_PATH"