send output to /dev/null

This commit is contained in:
Love Hörnquist Åstrand
2011-10-31 21:27:51 -07:00
parent f3709535ea
commit 2e2b5daf7a

View File

@@ -46,7 +46,7 @@ if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
fi
echo "print DIR"
${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 1
${hxtool} print --content DIR:$srcdir/data > /dev/null 2>/dev/null || exit 1
echo "print FILE"
for a in $srcdir/data/*.crt; do