From dce7dad4c3a67bb8c5cc9ff292b880529f91827e Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 1 Sep 2016 10:53:37 -0300 Subject: A missing name change to go with the last commit. --- scripts/ac_build_iraf_pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit