From 762ae2a78f6b1e9648242a3b3bc4baebc7151e48 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sun, 1 Aug 2010 09:48:51 +0200 Subject: update-initramfs: revert nounset Brought no gain in code readability and lots of bug reports. Closes: #588915 Suggested-by: Colin Watson Signed-off-by: maximilian attems --- update-initramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-initramfs') diff --git a/update-initramfs b/update-initramfs index a685241..747fc0b 100755 --- a/update-initramfs +++ b/update-initramfs @@ -10,7 +10,7 @@ version="" update_initramfs=yes backup_initramfs=no -set -eu +set -e [ -r ${CONF} ] && . ${CONF} -- cgit v1.2.3