cat not echo
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
newalan = pkgs.runCommand "New Alan Deployscript" {
|
newalan = pkgs.runCommand "New Alan Deployscript" {
|
||||||
nativeBuildInputs = builtins.attrValues checks;
|
nativeBuildInputs = builtins.attrValues checks;
|
||||||
} ''
|
} ''
|
||||||
echo <<'DOC' >> $out
|
cat << 'DOC' >> $out
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
export tmp=$(mktemp -d)
|
export tmp=$(mktemp -d)
|
||||||
pushd $tmp
|
pushd $tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user