Home | History | Annotate | Download | only in autoconf

Lines Matching full:trap

95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
277 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
279 trap '' 0