Created
February 9, 2012 15:48
-
-
Save cosmo0920/1780753 to your computer and use it in GitHub Desktop.
mikutterのリビジョンを取ってくる部分が動いてない…?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /media/Data/mikutter/core/config.rb.orig 2012-02-10 00:56:37.435758528 +0900 | |
+++ /media/Data/mikutter/core/config.rb 2012-02-10 00:56:04.940757018 +0900 | |
@@ -42,7 +42,7 @@ | |
REVISION = 658 | |
# このソフトのバージョン。 | |
- VERSION = [0,1,0, ((/Last Changed Rev\s*:\s*(\d+)/.match(`sh -c 'LANG=C svn info ../'`)[1] || REVISION).to_i rescue REVISION)] | |
+ VERSION = [0,1,0, ((/Last Changed Rev\s*:\s*(\d+)/.match(`sh -c 'LC_ALL=C svn info ../'`)[1] || REVISION).to_i rescue REVISION)] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment