home
·
contact
·
privacy
projects
/
lintplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9993a6b
)
Fix broken arg number test.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:08:41 +0000
(08:08 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:08:41 +0000
(08:08 +0100)
lintplom
patch
|
blob
|
history
diff --git
a/lintplom
b/lintplom
index 9a4799cfde4b6dc9c5aac9e17a7124a88f28dc20..fa6dc60a6520fa70e518d3b3ee69e9652b94af0a 100755
(executable)
--- a/
lintplom
+++ b/
lintplom
@@
-2,7
+2,7
@@
set -e
# check existence of file, ensure absoluteness of path
-if [ "$
?
" -ne 1 ]; then
+if [ "$
#
" -ne 1 ]; then
echo "usage: lintplom FILEPATH"
echo ""
echo "arguments:"