From e0177de97e92de45d8d2eed5fed9003a7094b04f Mon Sep 17 00:00:00 2001 From: Gres Date: Fri, 6 Nov 2015 22:58:16 +0300 Subject: [PATCH] Do not cleanup work dir by default. --- scripts/make_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_all.sh b/scripts/make_all.sh index 2412a56..f325033 100755 --- a/scripts/make_all.sh +++ b/scripts/make_all.sh @@ -1,7 +1,7 @@ #!/bin/bash source ./options.sh $@ -cleanupDirInNeeded $WORK_DIR +#cleanupDirInNeeded $WORK_DIR echo "Running all scripts for $PLATFORM" #./install_deps $@