diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 9ad228b830..85f1499376 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -254,7 +254,7 @@ static void ChangeToDirOfExecutable( const RString &argv0 ) /* If the basename is not MacOS, then we've likely been launched via the command line * through a symlink. Assume this is the case and change to the dir of the symlink. */ if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" ) - CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." ); + CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../../" ); chdir( RageFileManagerUtil::sDirOfExecutable ); #endif }