We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab5503 commit 180da5eCopy full SHA for 180da5e
scripts/coccicheck
@@ -18,7 +18,7 @@ fi
18
SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}')
19
20
USE_JOBS="no"
21
-$SPATCH --help | grep "\-\-jobs" > /dev/null && USE_JOBS="yes"
+$SPATCH --help | grep -e "--jobs" > /dev/null && USE_JOBS="yes"
22
23
# The verbosity may be set by the environmental parameter V=
24
# as for example with 'make V=1 coccicheck'
0 commit comments