Skip to content

Commit 1977759

Browse files
author
Junio C Hamano
committed
Doit: fix -pedantic
1 parent d59269a commit 1977759

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doit

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/sh
22

3-
: ${M=''}
43
: ${J=-j2}
4+
while case "$1" in -pedantic) M=$1 ;; *) break ;; esac
5+
do
6+
shift
7+
done
58

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

0 commit comments

Comments
 (0)