summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-07-08 14:59:06 +0200
committermaximilian attems <maks@debian.org>2010-07-08 15:00:05 +0200
commit51a8d5ff74630ffda651d4dbcdab608af3eea9e3 (patch)
treea5a9272a3891a20d46a551e4d8145c09ca26f807
parent961341244f4c4eb5c565b638755844778da49ff4 (diff)
downloadinitramfs-tools-51a8d5ff74630ffda651d4dbcdab608af3eea9e3.tar.gz
initramfs-tools-51a8d5ff74630ffda651d4dbcdab608af3eea9e3.zip
revert mkinitramfs errexit and nounset
currently already to many failure pathes, no point in rushing more into the next release for squeeze. plan is to reinstate postqueeze. Reviewed-by: Michael Prokop <mika@debian.org> Signed-off-by: maximilian attems <maks@debian.org>
-rwxr-xr-xmkinitramfs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkinitramfs b/mkinitramfs
index 752ee45..713f4e0 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -1,7 +1,5 @@
#!/bin/sh
-set -eu
-
umask 0022
export PATH='/usr/bin:/sbin:/bin'