summaryrefslogtreecommitdiffstats
path: root/packaging/macos/120-python3.sh
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-07-24 09:40:24 +0000
committerRené de Hesselle <dehesselle@web.de>2019-07-24 19:46:58 +0000
commitea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7 (patch)
treef929536bbf9b0b13d6139e78f4294ce8a6dfd2a6 /packaging/macos/120-python3.sh
parentMarks string as translatable. (diff)
downloadinkscape-ea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7.tar.gz
inkscape-ea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7.zip
Add logging to help with debugging
Diffstat (limited to 'packaging/macos/120-python3.sh')
-rwxr-xr-xpackaging/macos/120-python3.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/macos/120-python3.sh b/packaging/macos/120-python3.sh
index 5401574f0..be6005f26 100755
--- a/packaging/macos/120-python3.sh
+++ b/packaging/macos/120-python3.sh
@@ -9,10 +9,11 @@
### load settings and functions ################################################
-SELF_DIR=$(F=$0; while [ ! -z $(readlink $F) ] && F=$(readlink $F); \
- cd $(dirname $F); F=$(basename $F); [ -L $F ]; do :; done; echo $(pwd -P))
+SELF_DIR=$(F=$0; while [ ! -z $(readlink $F) ] && F=$(readlink $F); cd $(dirname $F); F=$(basename $F); [ -L $F ]; do :; done; echo $(pwd -P))
for script in $SELF_DIR/0??-*.sh; do source $script; done
+run_annotated
+
### install Python 3 ###########################################################
get_source $URL_PYTHON3_SRC