Removing trap left in by mistake

In my test for fixing I left the ERR trap in place.  non-posix, removing

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2019-01-29 13:56:13 -06:00
parent e1f8aed886
commit 2543bb2db6

View File

@ -1623,7 +1623,7 @@ done
vars_setup vars_setup
# Register clean_temp and prog_exit on SIGHUP, SIGINT, SIGQUIT, and SIGABRT # Register clean_temp and prog_exit on SIGHUP, SIGINT, SIGQUIT, and SIGABRT
trap "clean_temp; prog_exit 1" 1 ERR trap "clean_temp; prog_exit 1" 1
trap "clean_temp; prog_exit 2" 2 trap "clean_temp; prog_exit 2" 2
trap "clean_temp; prog_exit 3" 3 trap "clean_temp; prog_exit 3" 3
trap "clean_temp; prog_exit 6" 6 trap "clean_temp; prog_exit 6" 6