diff options
Diffstat (limited to 'ext/installfiles/mac-update/updater.tmpl.sh')
-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 |