3
0
Fork 0
forked from mirrors/nixpkgs

nixos-rebuild: Handle $SHELL not being bash

This commit is contained in:
Eelco Dolstra 2014-04-18 16:05:20 +02:00
parent da774bced5
commit 5c62d3d26b

View file

@ -1,5 +1,7 @@
#! @shell@
if [ -x "@shell@" ]; then export SHELL="@shell@"; fi;
set -e
showSyntax() {