From 1918eeec794d764ce021996ab66e923fc50195b4 Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 24 May 2015 08:02:12 +0100 Subject: db-update: Remove debugging code --- db-update | 5 ----- 1 file changed, 5 deletions(-) (limited to 'db-update') diff --git a/db-update b/db-update index 3c06f63..0c4f824 100755 --- a/db-update +++ b/db-update @@ -3,11 +3,6 @@ . "$(dirname "$(readlink -e "$0")")/config" . "$(dirname "$(readlink -e "$0")")/db-functions" -if [[ $STAGING = *luke* ]]; then - set -x - PKGEXT='.pkg.tar.?z' -fi - if [ $# -ge 1 ]; then warning "Calling %s with a specific repository is no longer supported" "${0##*/}" exit 1 -- cgit v1.2.3