summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-10-17 21:05:40 +0000
committermarcel <marcel@FreeBSD.org>2004-10-17 21:05:40 +0000
commite2236604679037b351ddc58bfd8f01c4416358b9 (patch)
tree3d908e42fc90b668fa6f804a87a342d32d5a829f /release/scripts
parent46e3ee9584d54622309c8423bb19004263973fcf (diff)
downloadFreeBSD-src-e2236604679037b351ddc58bfd8f01c4416358b9.zip
FreeBSD-src-e2236604679037b351ddc58bfd8f01c4416358b9.tar.gz
Fix typo in rev. 1.58 (missing $) that invalidated the conditional and
caused freebsd-update to be added to the ia64 package list.
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/print-cdrom-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh
index dac8412..9c20c09 100755
--- a/release/scripts/print-cdrom-packages.sh
+++ b/release/scripts/print-cdrom-packages.sh
@@ -132,7 +132,7 @@ CDROM_SET_1="${CDROM_SET_1} print/apsfilter"
CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"
CDROM_SET_1="${CDROM_SET_1} print/gv"
CDROM_SET_1="${CDROM_SET_1} print/psutils-letter"
-if [ ! "X{PKG_ARCH}" = "Xia64" ]; then
+if [ ! "X${PKG_ARCH}" = "Xia64" ]; then
CDROM_SET_1="${CDROM_SET_1} security/freebsd-update"
fi
CDROM_SET_1="${CDROM_SET_1} security/sudo"
OpenPOWER on IntegriCloud