Expected Behavior
All scripts in engineering_tools that need to run another script in engineering_tools should run the script in the same release directory, so that we can isolate version-specific behavior and test/deploy more easily.
Current Behavior
Some scripts reference the specific release directory directly:
|
IMGR_CMD_PATH="/reg/g/pcds/engineering_tools/latest-released/scripts/imgr" |
Possible Solution
Use any of the various bash-isms for getting the current directory of a shell script.
Context
#204 (comment)