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