]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Jul 2010 00:11:20 +0000 (18:11 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Jul 2010 00:11:20 +0000 (18:11 -0600)
mksnapshot-cron.sh
mksnapshot.sh

index 8246301b3c6f3fdd97de0404347124046c58537b..8fded467f58ed55e570f0b0678cec606bbc643ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh -ex
 echo "RUN: $0"
 # Nightly cron job to generate snapshot releases
 top=${PWD}
index 97b464ec88dd79c5ffe339ebc813759cc775bcc0..89b38d80d8912d593f170a6230f1859d63ece8dc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh -ex
 
 if [ $# -lt 1 ]; then
        echo "Usage: $0 [branch]"