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