diff options
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index b6bd96f93c..954f17d53c 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -30,7 +30,5 @@ STATUS=$(python pal.py \ --force) RETURN_STATUS=$? -cp -r new _build/ - echo ${STATUS} exit ${RETURN_STATUS} |