was too verbose, would fire cron mail notice
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 29 Jun 2007 10:07:51 +0000 (10:07 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 29 Jun 2007 10:07:51 +0000 (10:07 +0000)
scripts/nightly-build.sh

index 9027331..d262dc6 100755 (executable)
@@ -158,8 +158,6 @@ function usage () {
 
 function main () {
 
-  set -x
-
   if [ -d /plc/devel/data ] ; then
     do_chroot "$@"
   else
@@ -175,7 +173,6 @@ function main () {
        r) TAGSTAG=$OPTARG ;;
         s) MAKEVARS=(${MAKEVARS[@]} $OPTARG) ;;
        n) MAILTO="" ; MAKEOPTS=(${MAKEOPTS[@]} -n) ;;
-       v) set -x ;;
         m) MAILTO=$OPTARG ;;
        s) SVNPATH=$OPTARG ;;
         T) TESTONLY=true ; USEOLD=true ;;