Skip to content

Commit cb71bc8

Browse files
author
Junio C Hamano
committed
Conditionally allow specifying -j; default to -j2
1 parent a525de7 commit cb71bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
J=
3+
: ${J=-j2}
44

55
test -z "$(git diff --cached --name-status)" || {
66
echo >&2 "Repository unclean."

0 commit comments

Comments
 (0)