Skip to content

Commit

Permalink
Revert "Remove braces on mac"
Browse files Browse the repository at this point in the history
This reverts commit 7c4ec3b.
  • Loading branch information
Flamefire committed Dec 24, 2015
1 parent 57049cd commit 6ce5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/bin/macos/rttr.command
Expand Up @@ -54,7 +54,7 @@ fi

if [ ! "$1" = "noupdate" ] ; then
if [ -f ./share/s25rttr/RTTR/s25update ] ; then
cd ../../../ && ./s25client.app/Contents/MacOS/share/s25rttr/RTTR/s25update -d $PWD
(cd ../../../ && ./s25client.app/Contents/MacOS/share/s25rttr/RTTR/s25update -d $PWD)
fi
fi

Expand Down

0 comments on commit 6ce5478

Please sign in to comment.