From 1525d92fdc58d2f59270dd14527f939a14e91a5a Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 7 May 2002 18:16:54 +0000 Subject: [PATCH] got rid of redirection to /dev/null since a lot of people have been hitting errors silently at this point --- scripts/dep.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dep.linux b/scripts/dep.linux index f10b70fa..66a29d13 100755 --- a/scripts/dep.linux +++ b/scripts/dep.linux @@ -80,7 +80,7 @@ fi topdir=$(pwd) cd ${topdir}/scripts/linux_flags -make LINUXDIR=${LINUXDIR} &>/dev/null +make LINUXDIR=${LINUXDIR} cd ${topdir} mv scripts/linux_flags/flags .buildvars -- 2.26.2