diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 20:02:05 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 20:02:05 -0400 |
commit | 5850ffe730c50efcd92827e080e1fb22461cee9c (patch) | |
tree | 16c01094cee9018c79f39b881167372adc755f6d /scripts | |
parent | 07945350c8f7f948e67879022c710f5aa0027b8a (diff) | |
download | astroconda-iraf-helpers-5850ffe730c50efcd92827e080e1fb22461cee9c.tar.gz |
Specify /bin/sh as the interpreter for good luck...
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ac_config_iraf_pkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ac_config_iraf_pkg b/scripts/ac_config_iraf_pkg index 32fae6b..52fabde 100755 --- a/scripts/ac_config_iraf_pkg +++ b/scripts/ac_config_iraf_pkg @@ -1,3 +1,5 @@ +#!/bin/sh +# # A post-install script for AstroConda IRAF packages (to update extern.pkg), # which gets executed automatically when doing "conda install". |