blob: c7447d6e97eed4633878dc8218441accfb8affd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- tests/test-shellhooks/hooks/pre_gen_project.sh.orig 2020-12-28 09:55:19 UTC
+++ tests/test-shellhooks/hooks/pre_gen_project.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
echo 'pre generation hook';
touch 'shell_pre.txt'
|