Make shebang compatible with NixOS

NixOS does not have /bin/bash
This commit is contained in:
Sohalt 2020-05-28 03:09:41 +02:00 committed by GitHub
parent 4a62ec17e2
commit cfcc9fa8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
,
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# usage example:
# $ , yarn --help