diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 09:53:37 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-01 09:53:37 -0400 |
commit | dce7dad4c3a67bb8c5cc9ff292b880529f91827e (patch) | |
tree | 9c5de3b1a4cb6d4f18c6cb582f19c31b1e3fee88 | |
parent | f3268c7558b8679aef84659d98fc89eba9d82cc4 (diff) | |
download | astroconda-iraf-helpers-dce7dad4c3a67bb8c5cc9ff292b880529f91827e.tar.gz |
A missing name change to go with the last commit.
-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 767e60b..f4c793b 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -114,7 +114,7 @@ if [ $st -ne 0 ]; then fi # Check that the build appears to have succeeded: -if ! "$script_dir/check_iraf_pkg_build" ./ ; then +if ! "$script_dir/ac_check_iraf_build" ./ ; then echo "ERROR: package build apparently failed" >&2 exit 1 fi |