summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/librestage
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-31 23:02:52 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 19:53:20 -0600
commit47722999c8cb00e6f0be036aa8b620fcd0ca861c (patch)
treef8a0821c93cc7c90aa01c814c463c207dc49574c /src/abslibre-tools/librestage
parentd0665ee79d9e7dad960cfd7166987905d191bf80 (diff)
[many tools]: miscellaneous minor cleanups
Diffstat (limited to 'src/abslibre-tools/librestage')
-rwxr-xr-xsrc/abslibre-tools/librestage4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abslibre-tools/librestage b/src/abslibre-tools/librestage
index c0936cc..e84c486 100755
--- a/src/abslibre-tools/librestage
+++ b/src/abslibre-tools/librestage
@@ -81,8 +81,8 @@ PKGEXT=".pkg.tar.?z"
staged=false
# Copies the packages to the specified repos inside staging
-for _arch in ${ARCHES[@]}; do
- for pkg in ${pkgname[@]}; do
+for _arch in "${ARCHES[@]}"; do
+ for pkg in "${pkgname[@]}"; do
pkgpath=$(find ${PKGDEST}/ -type f \
-name "${pkg}-$(get_full_version "${pkg}")-${_arch}${PKGEXT}")