summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 88084c5a2..116d6342a 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -697,7 +697,7 @@ dyn_unpack() {
if [ -e "${WORKDIR}" ]; then
local x
local checkme
- for x in ${AA}; do
+ for x in $A ; do
vecho ">>> Checking ${x}'s mtime..."
if [ "${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/${x}" -nt "${WORKDIR}" ]; then
vecho ">>> ${x} has been updated; recreating WORKDIR..."