10 lines
350 B
Bash
10 lines
350 B
Bash
|
#!/usr/bin/env sh
|
||
|
# generated from catkin/python/catkin/environment_cache.py
|
||
|
|
||
|
# based on a snapshot of the environment before and after calling the setup script
|
||
|
# it emulates the modifications of the setup script without recurring computations
|
||
|
|
||
|
# new environment variables
|
||
|
|
||
|
# modified environment variables
|
||
|
export PWD="/home/lab1_5/ws/ws_linux/build"
|