Browse Source
Line 52: if [ ! -e "$library.stamp" -o "$library" -nt "$library.stamp" ]; then ^-- [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166) (warning): Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.QGC4.4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue