index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/check-db-structure | 2 |
diff --git a/bin/check-db-structure b/bin/check-db-structure index cb63c42..3b85756 100755 --- a/bin/check-db-structure +++ b/bin/check-db-structure @@ -1,5 +1,7 @@ #!/bin/sh +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |