Browse Source

Fix missing shubang in codestyle.sh

Tristan VALCKE 8 năm trước cách đây
mục cha
commit
6b7f9afc20
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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