From 5fb3cdc82bda28d61b796a4d0b95da2ac9cf621b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 Aug 2008 09:26:30 +0000 Subject: [PATCH] * Typo. svn path=/nixos/trunk/; revision=12762 --- installer/nixos-rebuild.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/nixos-rebuild.sh b/installer/nixos-rebuild.sh index 5bf6834c74c..b8deee2f18e 100644 --- a/installer/nixos-rebuild.sh +++ b/installer/nixos-rebuild.sh @@ -24,8 +24,6 @@ Environment variables affecting nixos-rebuild: Path to NixOS: NIXOS=${NIXOS} Path to Nixpkgs: NIXPKGS=${NIXPKGS} Path to configuration: NIXOS_CONFIG=${NIXOS_CONFIG} -" - EOF exit 1 }