cat not echo

This commit is contained in:
2023-03-09 23:09:28 -05:00
parent fbca7aa20d
commit 9d246c3fea

View File

@@ -119,7 +119,7 @@
newalan = pkgs.runCommand "New Alan Deployscript" {
nativeBuildInputs = builtins.attrValues checks;
} ''
echo <<'DOC' >> $out
cat << 'DOC' >> $out
#!${pkgs.runtimeShell}
export tmp=$(mktemp -d)
pushd $tmp