diff options
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 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 |