summaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-10-17 21:05:40 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-10-17 21:05:40 +0000
commit7f185e3f433f31319417999ec5692fdb1284eb96 (patch)
tree3d908e42fc90b668fa6f804a87a342d32d5a829f /release/scripts
parent950d5f7a999349668d6c707baf8982ec5ed8aa2f (diff)
Notes
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 dac8412095f2..9c20c09a444f 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"