Author: ptw
Date: 2007-08-31 14:28:01 -0700 (Fri, 31 Aug 2007)
New Revision: 6310

Modified:
   tools/trunk/svn/svn-bash.sh
Log:
Change 20070831-ptw-W by [EMAIL PROTECTED] on 2007-08-31 17:27:30 EDT
    in /Users/ptw/OpenLaszlo/tools
    for http://svn.openlaszlo.org/tools

Summary: Tweak the printf to have more whitespace



Modified: tools/trunk/svn/svn-bash.sh
===================================================================
--- tools/trunk/svn/svn-bash.sh 2007-08-31 21:27:04 UTC (rev 6309)
+++ tools/trunk/svn/svn-bash.sh 2007-08-31 21:28:01 UTC (rev 6310)
@@ -162,13 +162,12 @@
             sed -e '1,/^Files:/d' -e 's/^[A-Z +]\{6\}  *//' < "${change}" > 
"${files}"
             sed -e '/^Files:/,$d' < "${change}" > "${message}"
             svn ci --file "${message}" --username "${USER}" --password 
"${SVNPASSWD}" --targets "${files}" && \
-                (echo 1>&2; \
-                 printf \
-"Remember to update any Jira entries for bugs that are fixed by your\n\
+                (printf "\n\n\
+Remember to update any Jira entries for bugs that are fixed by your\n\
 change.  Note the svn revision number above.  Run svn log -v\n\
 -r<revision number> and paste the output into Jira as the comment when\n\
 resolving the bug.  Also update the Fixed in Change# field with your\n\
-svn <revision number>." 1>&2) && \
+svn <revision number>.\n\n" 1>&2) && \
                 rm -r "${changedir}"
         else
             echo "$changename inaccessible"


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to