diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-04-12 13:39:42 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-04-12 13:39:42 -0400 |
commit | d76d2e8ab946b6ce50a319cf36add2be519277a7 (patch) | |
tree | b50196e92779f07e50784e522363d66c001de891 /mktestenv.sh | |
parent | b8106f2b9cb4412889604e19a29a4474aa261275 (diff) | |
download | delivery_control-master.tar.gz |
Diffstat (limited to 'mktestenv.sh')
-rwxr-xr-x | mktestenv.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mktestenv.sh b/mktestenv.sh index 4676787..6e23104 100755 --- a/mktestenv.sh +++ b/mktestenv.sh @@ -23,6 +23,8 @@ pkgs="" scriptname=$(basename $0) +# Command line argument handling +# # Display help text when no arguments are supplied. if [[ $# -eq 0 ]]; then |