use '#!/usr/bin/env bash' instead of '#!/bin/bash' for better NixOS compatibility

This commit is contained in:
Wolfgang Thaller 2024-05-11 02:15:41 +02:00
parent 5a740db226
commit 2a15e6f1f3

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2014 Wolfgang Thaller.
#
# This file is part of Retro68.