diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-07-24 09:40:24 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-07-24 19:46:58 +0000 |
| commit | ea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7 (patch) | |
| tree | f929536bbf9b0b13d6139e78f4294ce8a6dfd2a6 /packaging/macos/120-python3.sh | |
| parent | Marks string as translatable. (diff) | |
| download | inkscape-ea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7.tar.gz inkscape-ea5b6c3e8ace6dd4a73324c52f2d6b6ac07cc4f7.zip | |
Add logging to help with debugging
Diffstat (limited to 'packaging/macos/120-python3.sh')
| -rwxr-xr-x | packaging/macos/120-python3.sh | 5 |
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 |
