cppcheck.sh: Fix shebang

This was using "/usr/local/bin/fish" for no good reason - 1. fish
might not be installed, 2. fish might not be installed *there*.

Just use /bin/sh in this case, if that doesn't exist we have bigger
problems, and this is just a simple wrapper for a command call.

[ci skip]
This commit is contained in:
Fabian Homborg 2020-11-15 11:07:27 +01:00
parent 61d322d403
commit cb8ffb00d6

View file

@ -1,3 +1,3 @@
#!/usr/local/bin/fish
#!/bin/sh
cppcheck --enable=all --std=posix --quiet ./src/