Explorar o código

scripts/hooks: Change shebang to universal /bin/sh (#453)

TheGoddessInari hai 1 ano
pai
achega
47497aef07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/hooks

+ 1 - 1
scripts/hooks

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 
 if [ ! -d ".git" ]; then
 if [ ! -d ".git" ]; then
     exit 0
     exit 0