Move "/usr/bin/env bash" to simply "/bin/sh"
This makes working with Guix easier.
This commit is contained in:
parent
1eaad45f89
commit
6199c8da8d
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user