summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:11:21 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:11:21 -0600
commit0b44acfc457cd954297d36851c712f0149851699 (patch)
treec496f86de9adc1d566087e893a7afe0f7813a1f1
parentf1fa54c8637f00587193879f13ab2060d4e7afbb (diff)
db-update: Remove debug code
-rwxr-xr-xdb-update5
1 files changed, 0 insertions, 5 deletions
diff --git a/db-update b/db-update
index 0a46128..3b63708 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