From: Frank Mori Hess Date: Tue, 7 May 2002 18:16:54 +0000 (+0000) Subject: got rid of redirection to /dev/null since a lot of people have been hitting errors X-Git-Tag: r0_7_65~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1525d92fdc58d2f59270dd14527f939a14e91a5a;p=comedi.git got rid of redirection to /dev/null since a lot of people have been hitting errors silently at this point --- 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