source: trunk/src/kash/tests/trap-exit-1@ 2288

Last change on this file since 2288 was 2288, checked in by bird, 16 years ago

kash: more windows hacking.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
File size: 92 bytes
Line 
1#!/bin/sh
2set -x
3
4trap 'echo "trap-exit-1: overriding exit 1"; exit 0' EXIT
5exit 1
6exit 2
7
8
Note: See TracBrowser for help on using the repository browser.