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