svn commit: r295685 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Wed Feb 17 07:40:47 UTC 2016


Author: gjb
Date: Wed Feb 17 07:40:46 2016
New Revision: 295685
URL: https://svnweb.freebsd.org/changeset/base/295685

Log:
  Sync with upstream repository:
  
  - Fix a variable declaration
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/gjb/thermite/thermite.sh

Modified: user/gjb/thermite/thermite.sh
==============================================================================
--- user/gjb/thermite/thermite.sh	Wed Feb 17 01:45:34 2016	(r295684)
+++ user/gjb/thermite/thermite.sh	Wed Feb 17 07:40:46 2016	(r295685)
@@ -255,7 +255,7 @@ ftp_stage() {
 	info "Staging for ftp: ${_build}"
 	[ ! -z "${EMBEDDEDBUILD}" ] && export EMBEDDEDBUILD
 	[ ! -z "${BOARDNAME}" ] && export BOARDNAME
-	[ ! -z "${SVNREVISION}" ] && export SVNREVISION
+	[ ! -z "${BUILDSVNREV}" ] && export SVNREVISION=${BUILDSVNREV}
 	[ ! -z "${BUILDDATE}" ] && export BUILDDATE
 	[ -z "${SVNREVISION}" -a -e "${scriptdir}/svnrev_src" ] && \
 		export SVNREVISION="$(cat ${scriptdir}/svnrev_src)"


More information about the svn-src-user mailing list