From e8a757220360ae3938306f268925f9abfe08e427 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 14 Jan 2011 17:22:34 +0100 Subject: [PATCH] Recover ">> ${LOGFILE} 2>&1" --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index 0d79d13..638f3c4 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -432,7 +432,7 @@ compile_lvm() { ./configure --enable-static_link --prefix=${TEMP}/lvm \ --with-lvm1=none --with-clvmd=none --with-cluster=none \ --disable-readline --disable-selinux --with-mirrors=none \ - --with-snapshots=none --with-pool=internal || \ + --with-snapshots=none --with-pool=internal >> ${LOGFILE} 2>&1 || \ gen_die 'Configure of lvm failed!' print_info 1 'lvm: >> Compiling...' compile_generic '' utils -- 2.26.2