changeset 1450:a96e0dd0dc33

more/test.sh shouldn't zap output directory.
author Rob Landley <rob@landley.net>
date Sun, 25 Sep 2011 22:09:33 -0500
parents 5b79ffca554a
children 2ad7480aa7ca
files more/test.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "$@"