summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-08-01 09:48:51 +0200
committermaximilian attems <maks@debian.org>2010-08-01 09:50:19 +0200
commit762ae2a78f6b1e9648242a3b3bc4baebc7151e48 (patch)
tree2337e672f82e043e2172eb08b955c63c4cb72fa7
parent6fa6a6b9ce1492caedb621c1bcfd5d3735c218e9 (diff)
downloadinitramfs-tools-762ae2a78f6b1e9648242a3b3bc4baebc7151e48.tar.gz
initramfs-tools-762ae2a78f6b1e9648242a3b3bc4baebc7151e48.zip
update-initramfs: revert nounset
Brought no gain in code readability and lots of bug reports. Closes: #588915 Suggested-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: maximilian attems <maks@debian.org>
-rwxr-xr-xupdate-initramfs2
1 files changed, 1 insertions, 1 deletions
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}