check-pol: use a more compatible shebang

This commit is contained in:
hexa-
2019-05-08 22:23:33 +02:00
parent d9beeab882
commit ee19fd78e6

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -eo pipefail set -eo pipefail
if [ $# -eq 0 ] if [ $# -eq 0 ]