summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:09:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:09:33 +0100
commitb13c2e3fbfb396890f93a34ba4904a275993080d (patch)
treee5cac40c2fd36cffec52658d835de5ae35d35a9d /package/pkgmaker
parent91dd4bc6d8f52d62171e721839505f1a80c5a83a (diff)
fix some dependencies and target dependency handling
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index 9ed51b741..4a6ed12a0 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -139,7 +139,7 @@ for dn in */Makefile; do
sp=' '
fi
for x in $PKG_TARGET_DEPENDS; do
- x=${x#!}
+ typeset -l x=${x#!}
#XXX cache this with mksh R40+
found=0
while read friendlyname sym; do