From d13fac64ecc2e9e224fd77df8c7c69f5fe2b5621 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 30 May 2006 07:50:30 +0000 Subject: [PATCH] Redirect stdout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3556 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gen_online_help.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_online_help.sh b/gen_online_help.sh index 17ea91ffc..768d1f4a8 100755 --- a/gen_online_help.sh +++ b/gen_online_help.sh @@ -29,9 +29,9 @@ for lang in *; do cd $lang/lyx-source for source in *.lyx; do - $LYX -e latex $source; d=../html/${source%%\.*}/ + $LYX -e latex $source; d=../html/${source%%\.*}/ > /dev/null [ -d $d ] || mkdir -p $d && rm -r $d/* - $CNV -no_navigation -dir $d ${source%%\.*}.tex + $CNV -no_navigation -dir $d ${source%%\.*}.tex > /dev/null done popd &> /dev/null -- 2.30.2