nixos-rebuild: Handle $SHELL not being bash
This commit is contained in:
parent
da774bced5
commit
5c62d3d26b
@ -1,5 +1,7 @@
|
|||||||
#! @shell@
|
#! @shell@
|
||||||
|
|
||||||
|
if [ -x "@shell@" ]; then export SHELL="@shell@"; fi;
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
showSyntax() {
|
showSyntax() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user