Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created February 9, 2012 15:48
Show Gist options
  • Save cosmo0920/1780753 to your computer and use it in GitHub Desktop.
Save cosmo0920/1780753 to your computer and use it in GitHub Desktop.
mikutterのリビジョンを取ってくる部分が動いてない…?
--- /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