From 61910861dcb42332560864dafa94dc61476ae476 Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Sun, 25 Oct 2015 04:26:49 +0300 Subject: fix spelling --- maintainers/scripts/dep-licenses.sh | 2 +- nixos/modules/installer/tools/nixos-rebuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/scripts/dep-licenses.sh b/maintainers/scripts/dep-licenses.sh index 48c1efdeebc..28ad22c334f 100755 --- a/maintainers/scripts/dep-licenses.sh +++ b/maintainers/scripts/dep-licenses.sh @@ -17,7 +17,7 @@ trap "exitHandler" EXIT # fetch the trace and the drvPath of the attribute. nix-instantiate $NIXPKGS -A $attr --show-trace > "$tmp/drvPath" 2> "$tmp/trace" || { cat 1>&2 - "$tmp/trace" <&2 + echo "warning: error(s) occurred while switching to the new configuration" >&2 exit 1 fi fi -- cgit 1.4.1