There was an error while loading. Please reload this page.
2 parents 2356ac5 + a073f25 commit 7b879bfCopy full SHA for 7b879bf
1 file changed
type/__uci/gencode-remote
@@ -45,7 +45,7 @@ in
45
;;
46
('')
47
# Guess type by the number of values
48
- if test "$(wc -l "${__object:?}/parameter/value")" -gt 1
+ if test "$(wc -l <"${__object:?}/parameter/value")" -gt 1
49
then
50
type=list
51
else
0 commit comments