# HG changeset patch # User Rob Landley # Date 1317006573 18000 # Node ID a96e0dd0dc3397f6dd6c6222959faee003d5622f # Parent 5b79ffca554a195813002af207d7a17fc041cad2 more/test.sh shouldn't zap output directory. diff -r 5b79ffca554a -r a96e0dd0dc33 more/test.sh --- a/more/test.sh Fri Sep 23 14:38:11 2011 -0500 +++ b/more/test.sh Sun Sep 25 22:09:33 2011 -0500 @@ -10,6 +10,6 @@ . sources/include.sh || exit 1 -load_target "$1" +NO_CLEANUP=1 load_target "$1" shift eval "$@"