summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 15:20:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 21:19:01 -0500
commit62142bcbac5f457b2172c7311741f90fedf0c776 (patch)
tree18a6f5352b1344790879d46bda96b62bb5db304c /db-remove
parent8650ad4fdef09b1244ba138531b6a1e2bbd0975b (diff)
fix comments, indentation
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-remove b/db-remove
index 4e45881..2a12dba 100755
--- a/db-remove
+++ b/db-remove
@@ -30,8 +30,8 @@ remove_pkgs=()
for pkgbase in "${pkgbases[@]}"; do
msg "Removing $pkgbase from [$repo]..."
- if [ -d "${SVNREPO}/$repo/$pkgbase" ]; then
- remove_pkgs=($(. "${SVNREPO}/$repo/$pkgbase/PKGBUILD"; echo ${pkgname[@]}))
+ if [ -d "${SVNREPO}/$repo/$pkgbase" ]; then
+ remove_pkgs=($(. "${SVNREPO}/$repo/$pkgbase/PKGBUILD"; echo ${pkgname[@]}))
else
warning "$pkgbase not found in ABS(libre)"
warning "Removing only $pkgbase from the repo"