機能 #495 » a.patch
0.2.120901/mikutter.rb 2012-08-26 08:44:47.908391873 +0900 | ||
---|---|---|
12 | 12 | |
13 | 13 |
=end |
14 | 14 | |
15 |
Dir.chdir(File.join(File.dirname($0), 'core')) |
|
15 |
if File.symlink?($0) |
|
16 |
Dir.chdir(File.join(File.dirname(File.readlink($0)), 'core')) |
|
17 |
else |
|
18 |
Dir.chdir(File.join(File.dirname($0), 'core')) |
|
19 |
end |
|
20 | ||
16 | 21 |
Thread.abort_on_exception = true |
17 | 22 |
ENV['LIBOVERLAY_SCROLLBAR'] = '0' |
18 | 23 |