Skip to content

Commit 7497888

Browse files
committed
Fix the Makefile.
I don't know how that tab became spaces! Auditors: chris Test plan: Ran `make` successfully.
1 parent 37ba8bc commit 7497888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ check:
44
# The security model of the groovy script runner now requires that all
55
# scripts be in a jar. The following task creates said jar.
66
Cancel.jar: CancelDownstream.groovy CancelSiblings.groovy
7-
jar cvf "$@" $^
7+
jar cvf "$@" $^

0 commit comments

Comments
 (0)