Oops. Diff first, then commit.
This commit is contained in:
@@ -255,7 +255,6 @@ static void ChangeToDirOfExecutable( const RString &argv0 )
|
|||||||
* through a symlink. Assume this is the case and change to the dir of the symlink. */
|
* through a symlink. Assume this is the case and change to the dir of the symlink. */
|
||||||
if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" )
|
if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" )
|
||||||
CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." );
|
CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." );
|
||||||
puts( RageFileManagerUtil::sDirOfExecutable );
|
|
||||||
chdir( RageFileManagerUtil::sDirOfExecutable );
|
chdir( RageFileManagerUtil::sDirOfExecutable );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user