diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-13 13:09:42 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-13 13:09:42 -0800 |
commit | 0e4d3244b295f1a067767dbad345c7223708f85c (patch) | |
tree | a031f6a5ae3c972f5038a27898d2449851fb0789 /ext | |
parent | 87e3b5f076228f90f0cc812616d38e2e15e0a0af (diff) | |
download | infinitytier-0e4d3244b295f1a067767dbad345c7223708f85c.tar.gz infinitytier-0e4d3244b295f1a067767dbad345c7223708f85c.zip |
"make official" for Mac now builds update image as well as pkg (update image is just PKG + SFX script)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/installfiles/mac-update/updater.tmpl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/installfiles/mac-update/updater.tmpl.sh b/ext/installfiles/mac-update/updater.tmpl.sh index b340ef13..0b07f6d9 100644 --- a/ext/installfiles/mac-update/updater.tmpl.sh +++ b/ext/installfiles/mac-update/updater.tmpl.sh @@ -12,7 +12,7 @@ scriptPath="`dirname "$0"`/`basename "$0"`" if [ ! -s "$scriptPath" ]; then scriptPath="$0" if [ ! -s "$scriptPath" ]; then - echo "Installer cannot determine its own path; $scriptPath is not readable." + echo "*** Auto-updater cannot determine its own path; $scriptPath is not readable." exit 2 fi fi |