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