changeset 13159:790ae15f3cb7

103 illumos.sh - missing ";" Reviewed by: estseg@gmail.com Approved by: garrett@nexenta.com
author Jeppe Toustrup <jeppe@tenzer.dk>
date Sat, 28 Aug 2010 21:08:04 +0200
parents 439e57146ba2
children fe1e90cb470e
files usr/src/tools/env/illumos.sh
diffstat 1 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/tools/env/illumos.sh	Tue Aug 24 03:50:33 2010 -0400
+++ b/usr/src/tools/env/illumos.sh	Sat Aug 28 21:08:04 2010 +0200
@@ -45,16 +45,6 @@
 # CODEMGR_WS - where is your workspace at (or what should nightly name it)
 CODEMGR_WS="/export/$GATE";			export CODEMGR_WS
 
-#
-#  The following two macros are the closed/crypto binaries.  Once
-#  Illumos has totally freed itself, we can remove these references.
-#
-# Location of encumbered binaries.
-ON_CLOSED_BINS="$CODEMGR_WS/closed";		export ON_CLOSED_BINS
-# Location of signed cryptographic binaries.
-ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2" export ON_CRYPTO_BINS
-
-
 # Maximum number of dmake jobs.  The recommended number is 2 + NCPUS,
 # where NCPUS is the number of logical CPUs on your build system.
 maxjobs() {
@@ -94,6 +84,15 @@
 LOGFILE="$ATLOG/nightly.log";			export LOGFILE
 MACH=`uname -p`;				export MACH
 
+#
+#  The following two macros are the closed/crypto binaries.  Once
+#  Illumos has totally freed itself, we can remove these references.
+#
+# Location of encumbered binaries.
+ON_CLOSED_BINS="$CODEMGR_WS/closed";		export ON_CLOSED_BINS
+# Location of signed cryptographic binaries.
+ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2"; export ON_CRYPTO_BINS
+
 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 # with. Generally this should be left alone, since you want to see differences
 # from your parent (the gate).