diff options
author | h.udo <hudokkow@gmail.com> | 2018-06-08 12:23:10 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-06-12 13:06:19 +0100 |
commit | 5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch) | |
tree | 6b54545a47606b5c6543df01504ef2ed9e09eede /tools/darwin/packaging/osx/mkdmg-osx.sh.in | |
parent | e8d74c663841eddaa70946bee298a15c2454de20 (diff) |
[tools] nuke whitespace
Diffstat (limited to 'tools/darwin/packaging/osx/mkdmg-osx.sh.in')
-rwxr-xr-x | tools/darwin/packaging/osx/mkdmg-osx.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/packaging/osx/mkdmg-osx.sh.in b/tools/darwin/packaging/osx/mkdmg-osx.sh.in index 69b2de772d..ad9d44e51e 100755 --- a/tools/darwin/packaging/osx/mkdmg-osx.sh.in +++ b/tools/darwin/packaging/osx/mkdmg-osx.sh.in @@ -13,7 +13,7 @@ elif [ ${SWITCH:-""} = "release" ]; then APP="$DIRNAME/../../../../build/Release/@APP_NAME@.app" else echo "You need to specify the build target" - exit 1 + exit 1 fi if [ ! -d $APP ]; then |