diff options
author | jehturner <jturner@gemini.edu> | 2016-12-01 08:47:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 08:47:40 -0500 |
commit | afa35cc5897ca50f377297602c372e817fdcab54 (patch) | |
tree | 008a69dee39ec1fbd1ad7b388cb7edafc91da087 /scripts/ac_build_iraf_pkg | |
parent | d8d61d5454e5729edfc708982e90c17a3614f948 (diff) | |
parent | b8bf9dbcbb598fee962a9a1168444bba73e44c5b (diff) | |
download | astroconda-iraf-helpers-afa35cc5897ca50f377297602c372e817fdcab54.tar.gz |
Merge pull request #3 from jehturner/master
Use new cl script in $iraf for building package help (in place of the PyRAF version in this repo.).
Diffstat (limited to 'scripts/ac_build_iraf_pkg')
-rwxr-xr-x | scripts/ac_build_iraf_pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index fc502c0..6b756de 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -133,7 +133,7 @@ if [ -r "$file_path" ]; then st=$? else # This is an IRAF convention that usually applies but doesn't always: - "$script_dir/make_iraf_help" "$pkg_name" > "$help_log_name" 2>&1 + "$iraf/util/make_help" "$pkg_name" > "$help_log_name" 2>&1 st=$? fi |