QuackatronHQ / Gigarepo

Wrong way of declaring parameters SH-1065
Bug risk
Critical
1 occurrence in this check
Trying to declare parameters? Don't. Use () and refer to params as $1, $2
5if ![-z foo ]; then true; fi # if command `[-z' w/ args `foo', `]' fails..
6
7# SH-1036
8echo (foo) bar