fix: Change script shebang to support non-FHS *NIX systems (e.g NixOS)

This commit is contained in:
Ivan 2021-02-20 19:10:45 +02:00 committed by Wim Taymans
parent 012a68f8ef
commit 217f93a317
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e