public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12030 - main/trunk
@ 2008-11-22  4:46 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-11-22  4:46 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-11-22 04:46:01 +0000 (Sat, 22 Nov 2008)
New Revision: 12030

Modified:
   main/trunk/mkrelease.sh
Log:
Fix quoting on $CHANGELOG_REVISION.


Modified: main/trunk/mkrelease.sh
===================================================================
--- main/trunk/mkrelease.sh	2008-11-22 03:53:01 UTC (rev 12029)
+++ main/trunk/mkrelease.sh	2008-11-22 04:46:01 UTC (rev 12030)
@@ -5,7 +5,6 @@
 BRANCH=${BRANCH:-trunk}
 REPOSITORY=svn+ssh://cvs.gentoo.org/var/svnroot/portage/main
 SVN_LOCATION=${REPOSITORY}/${BRANCH}
-CHANGELOG_REVISION=""
 CREATE_TAG=
 CHANGELOG_REVISION=
 UPLOAD_LOCATION=
@@ -68,7 +67,7 @@
 
 echo ">>> Creating Changelog"
 svn2cl_opts="-i --reparagraph"
-[ -n $CHANGELOG_REVISION ] && svn2cl_opts+=" -r HEAD:$CHANGELOG_REVISION"
+[ -n "$CHANGELOG_REVISION" ] && svn2cl_opts+=" -r HEAD:$CHANGELOG_REVISION"
 svn2cl $svn2cl_opts -o "${SOURCE_DIR}/ChangeLog" "${SVN_LOCATION}" \
 	|| die "ChangeLog creation failed"
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-22  4:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22  4:46 [gentoo-commits] portage r12030 - main/trunk Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox