浏览代码

Fix missing shubang in codestyle.sh

Tristan VALCKE 8 年之前
父节点
当前提交
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
 jscs "../.." --fix --config=./config.json --max-errors=1000000