Explorar el Código

Fix missing shubang in codestyle.sh

Tristan VALCKE hace 8 años
padre
commit
6b7f9afc20
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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