From 10877a4724fe96f58151296b9bd34797f2825733 Mon Sep 17 00:00:00 2001 From: yasushiito Date: Fri, 22 Mar 2013 18:31:19 +0900 Subject: [PATCH] t#31004:create sbt helper --- script/sbt_helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/sbt_helper.rb b/script/sbt_helper.rb index d342851b..bdfa029d 100644 --- a/script/sbt_helper.rb +++ b/script/sbt_helper.rb @@ -1,9 +1,8 @@ #フキダシテンプレートを作るサポートツール if ARGV.size < 2 - puts "sbt_helper.rb input.json output.json [work dir=input dir]" + puts "sbt_helper.rb -Ku input.json output.json [work dir=input dir]" exit end -$KCODE = 'u' require 'json' require 'base64' -- 2.11.0