Skip to content

Commit d056998

Browse files
committed
Prevent recursion from command masking
1 parent 07f7f1a commit d056998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simple-make.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sed -n '
1919
:body
2020
s/^\t@/\t/
2121
y/()/{}/
22+
s/\tinstall/\tcommand install/
2223
s/^\t/ /p
2324
# Close function and terminate block processing on empty line
2425
# (Reset "t" status)

0 commit comments

Comments
 (0)