summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-13 13:09:42 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-13 13:09:42 -0800
commit0e4d3244b295f1a067767dbad345c7223708f85c (patch)
treea031f6a5ae3c972f5038a27898d2449851fb0789 /ext
parent87e3b5f076228f90f0cc812616d38e2e15e0a0af (diff)
downloadinfinitytier-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.sh2
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