summaryrefslogtreecommitdiff
path: root/localcowbuilder-update
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2006-06-24 10:32:24 +0000
committerJonas Smedegaard <dr@jones.dk>2006-06-24 10:32:24 +0000
commitc9bba5d477ff59fbb9e9a04ed1724043e145b8ec (patch)
treedbc84ee313037e7726b54143043c920527f78cd1 /localcowbuilder-update
parentc02dcd781774abf52c983868fd4d0fe5f77fda8a (diff)
Remove debug flag.
Diffstat (limited to 'localcowbuilder-update')
-rwxr-xr-xlocalcowbuilder-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/localcowbuilder-update b/localcowbuilder-update
index 2aa7943..b83fc8a 100755
--- a/localcowbuilder-update
+++ b/localcowbuilder-update
@@ -6,7 +6,7 @@ if [ $# -eq 0 ]; then
echo "Example: $(basename $0) sarge_with_hacks"
exit 1
fi
-set -x
+
for pool in $@; do
basepath="/var/cache/pbuilder/cow-$pool"
aptcache="/var/cache/pbuilder/aptcache-$pool/"