]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Quiet trace output on snapshot generation.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Aug 2011 12:54:45 +0000 (06:54 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Aug 2011 12:54:45 +0000 (06:54 -0600)
mksnapshot-cron.sh
mksnapshot.sh

index be01b4fdf72c8ce262c8dfe58d59271d6af8e4e2..90ee92584bc384e8bec04fa08248d92e08f4fc26 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/sh -e
 echo "RUN: $0"
 # Nightly cron job to generate snapshot releases
 top=${PWD}
index eca97fd4203f773440b41ab5c48931a33f6082b3..b3bfdf926c8aa00248444bf9c87bd09ed46efec6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/sh -e
 
 if [ $# -lt 1 ]; then
        echo "Usage: $0 [branch]"