blob: 2545d7bd00a26bb1ebd0b5b56e670bbfeea2b2ed (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- tests/test-shellhooks/hooks/post_gen_project.sh.orig 2020-12-28 09:54:42 UTC
+++ tests/test-shellhooks/hooks/post_gen_project.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
echo 'post generation hook';
touch 'shell_post.txt'
|