Skip to content

Commit

Permalink
clean up traps
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Mar 2, 2011
1 parent cdd4537 commit 6372607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roundup.sh
Expand Up @@ -88,8 +88,7 @@ fi
roundup_tmp="$PWD/.roundup.$$"
mkdir -p $roundup_tmp

trap "rm -rf \"$roundup_tmp\"" EXIT
trap "rm -rf \"$roundup_tmp\"" INT
trap "rm -rf \"$roundup_tmp\"" EXIT INT

# __Tracing failures__
roundup_trace() {
Expand Down

0 comments on commit 6372607

Please sign in to comment.