1
0
Эх сурвалжийг харах

Fix missing shubang in codestyle.sh

Tristan VALCKE 9 жил өмнө
parent
commit
6b7f9afc20

+ 2 - 0
utils/codestyle/codestyle.sh

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

粤ICP备19079148号