summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ac_build_iraf_pkg2
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