diff options
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 954f17d53c..15a144d401 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -2,6 +2,8 @@ set -x +( cd new ; ./run_cpta.sh ) + # set default values in config array typeset -A DIR @@ -30,5 +32,7 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? +mv new/_build _build/new + echo ${STATUS} exit ${RETURN_STATUS} |