On Wed, Nov 16, 2011 at 09:55:10AM -0800, Gerardo Exequiel Pozzi wrote:
----- Mensaje original -----
De: Dave Reisner <d@falconindy.com> Para: Arch Linux projects development discussion <arch-projects@archlinux.org> CC: Enviado: miércoles, 16 de noviembre de 2011 14:17 Asunto: Re: [arch-projects] [PATCH] [mkinitcpio] init: Remove unneeded test
On Wed, Nov 16, 2011 at 02:03:31PM -0300, Gerardo Exequiel Pozzi wrote:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- init | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/init b/init index 7cc2d47..53c64d5 100644 --- a/init +++ b/init @@ -36,11 +36,9 @@ else udevd_running=0 fi -if [ -n "${disablehooks}" ]; then - for d in ${disablehooks//,/ }; do - eval "hook_${d}=disabled" - done -fi +for d in ${disablehooks//,/ }; do + eval "hook_${d}=disabled" +done earlymodules=${earlymodules//,/ } if [ -n "${earlymodules## }" ]; then -- 1.7.7.3
I meant to merge with with the other patch that gets rid of the sed pipe.
But you already commited it.
Of course I did. I was just testing you, to make sure you're following my new repo. d