Explorar o código

Fix missing shubang in codestyle.sh

Tristan VALCKE %!s(int64=8) %!d(string=hai) anos
pai
achega
6b7f9afc20
Modificáronse 1 ficheiros con 2 adicións e 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