Skip to content
Snippets Groups Projects

make our help text return the name of the script that was actually called

4 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -29,4 +29,5 @@ fi
source $CSPP_GEO_GGLM_HOME/libexec/env.sh
# Call the python module to do the processing, passing all arguments
export PROG_NAME="${BASH_SOURCE[0]}"
python3 $CSPP_GEO_GGLM_HOME/libexec/_make_glm_grids.py "$@"
Loading