summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-23 23:51:03 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-23 23:51:03 -0400
commit9b1b7f1b70976af053c155fe7374dd47b5698da4 (patch)
treee0c265d6e265f49c32e63e840308bb179ff1fed9 /scripts
parent3f9d6695aba27f1b4b4c0c359140b0fde95c1022 (diff)
downloadreleng-9b1b7f1b70976af053c155fe7374dd47b5698da4.tar.gz
releng-9b1b7f1b70976af053c155fe7374dd47b5698da4.tar.xz
releng-9b1b7f1b70976af053c155fe7374dd47b5698da4.zip
<pjones> shell quoting will rot your brain.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pungify4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pungify b/scripts/pungify
index c32762c..a7e519c 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -67,8 +67,8 @@ EOY
yum -y upgrade
mkdir -p output/development/$ARCH/os/repodata
ln -s /tmp/treebuild.$TREE/development/$ARCH/os/Fedora output/development/$ARCH/os/Fedora
- for f in 0 1 2 3 4 5 6 7 ; do
- mknod /dev/loop$f b 7 $f
+ for minor in 0 1 2 3 4 5 6 7 ; do
+ mknod /dev/loop\\\$minor b 7 \\\$minor
done
pungi -c ./pungi.conf -B
umount development