mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-06 20:55:23 +08:00
check-pol: use a more compatible shebang
This commit is contained in:
parent
d9beeab882
commit
ee19fd78e6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue