Преглед изворни кода

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

TheGoddessInari пре 9 месеци
родитељ
комит
d0f9260559
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/hooks

+ 1 - 1
scripts/hooks

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