summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-03 00:24:30 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-03 00:24:30 +0000
commit3b0458dad40608d26fadb1d7b85110a9bc29196a (patch)
tree053cee50535f0ade3877c3721e14cf93e6e54202 /scripts
parent102b0922c8c7597635681795de48052af560f505 (diff)
downloadanaconda-3b0458dad40608d26fadb1d7b85110a9bc29196a.tar.gz
anaconda-3b0458dad40608d26fadb1d7b85110a9bc29196a.tar.xz
anaconda-3b0458dad40608d26fadb1d7b85110a9bc29196a.zip
another bash3 fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 5ab06428f..dcf8130ad 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -150,7 +150,7 @@ findPackage() {
dir=$1
name=$2
- for n in $dir/$name*{${KERNELARCH},noarch}.rpm; do
+ for n in $dir/$name*{$KERNELARCH},noarch}.rpm; do
thisName=$(rpm --nodigest --nosignature --qf '%{NAME}' -qp $n)
if [ -z "$thisName" ]; then
continue