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 d6bf040 commit e75d94cCopy full SHA for e75d94c
bin/sys
@@ -5,7 +5,7 @@ function startsWithDash {
5
test "${1:0:1}" = "-"
6
}
7
function paramsAreEmpty {
8
- test ${#@} -eq 0
+ test $# -eq 0
9
10
11
function printHelp {
0 commit comments