From: Diego T. <dt...@co...> - 2003-12-20 01:40:06
|
On Wed, Dec 17, 2003 at 06:55:49AM -0800, smi...@us... wrote: > + if [ -z "$RUN_ONLY_CMD" ];then > + $MYDIR/$SCRIPT $CMD &> $WORKDIR/LOGS/$CMD/$SCRIPT > + else > + $MYDIR/$SCRIPT $CMD > + fi maybe we could make the "&>" stuff optional ? i find rather annoying not seeing what is going on in the compilation process. if no one has anything against, i'll send a little patch to read from command line something like: Do you want to log the output of the build process [Y/n] ? -- -- gnupg keyfingerprint -- 48AF 5BF9 8F54 2966 64CC 2327 7CD0 DD91 B09D 5799 -- Use of a keyboard or mouse may be linked to serious injuries or disorders. Diego Torres - dtorres at anthalia dot org - Madrid / España |