Fix for launching on case-sensitive systems
authorJoshua Pettus <jshpettus@gmail.com>
Thu, 28 Jan 2016 22:43:04 +0000 (17:43 -0500)
committerJoshua Pettus <jshpettus@gmail.com>
Thu, 28 Jan 2016 22:43:04 +0000 (17:43 -0500)
Forgot to take case-sensitive journaled systems into account…

osxapp/XBoard.gtklauncher

index 2946412..2895275 100755 (executable)
@@ -70,7 +70,7 @@ if [ "x$GTK_DEBUG_SHELL" != "x" ]; then
        exec bash
 
 else
-       $EXEC "$bundle_contents/MacOS/$name-bin" "$@"
+       $EXEC "$bundle_contents/MacOS/xboard-bin" "$@"
 fi