ソースを参照

Fix missing shubang in codestyle.sh

Tristan VALCKE 9 年 前
コミット
6b7f9afc20
1 ファイル変更2 行追加0 行削除
  1. 2 0
      utils/codestyle/codestyle.sh

+ 2 - 0
utils/codestyle/codestyle.sh

@@ -1,2 +1,4 @@
+#!/bin/sh
+
 jscs "../.." --fix --config=./config.json --max-errors=1000000
 

粤ICP备19079148号