From a499049ce5bd990ca85f231e3149849673b961d6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 13 Sep 2011 18:49:50 +0000 Subject: [PATCH] Strip trailing whitespace. svn path=/nixos/trunk/; revision=29246 --- modules/system/boot/stage-1-init.sh | 8 ++++---- modules/system/boot/stage-2-init.sh | 6 +++--- modules/system/boot/stage-2.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/system/boot/stage-1-init.sh b/modules/system/boot/stage-1-init.sh index cd7bec22471..b2d93a8fd08 100644 --- a/modules/system/boot/stage-1-init.sh +++ b/modules/system/boot/stage-1-init.sh @@ -8,7 +8,7 @@ export PATH=@extraUtils@/bin fail() { if [ -n "$panicOnFail" ]; then exit 1; fi - + # If starting stage 2 failed, allow the user to repair the problem # in an interactive shell. cat <