Oops. Diff first, then commit.

This commit is contained in:
Steve Checkoway
2007-02-13 11:41:39 +00:00
parent 926828eb55
commit 415fb9506c
-1
View File
@@ -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. */
if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" )
CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." );
puts( RageFileManagerUtil::sDirOfExecutable );
chdir( RageFileManagerUtil::sDirOfExecutable );
#endif
}