diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2015-05-24 08:02:12 +0100 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2015-05-24 08:02:12 +0100 |
commit | 1918eeec794d764ce021996ab66e923fc50195b4 (patch) | |
tree | 741551d1745119fa5266ed7bf66d76e7213120b5 /db-update | |
parent | dd63290fd4c15b6220ade6ef4d6f8f0e4878944e (diff) |
db-update: Remove debugging code
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |