* [gentoo-commits] gentoo-alt r1670 - trunk/aix-miscutils
@ 2010-02-26 12:45 99% Michael Haubenwallner (haubi)
0 siblings, 0 replies; 1+ results
From: Michael Haubenwallner (haubi) @ 2010-02-26 12:45 UTC (permalink / raw
To: gentoo-commits
Author: haubi
Date: 2010-02-26 12:45:22 +0000 (Fri, 26 Feb 2010)
New Revision: 1670
Modified:
trunk/aix-miscutils/bootstrap
Log:
subversion-1.6 has changed column width in svn status output
Modified: trunk/aix-miscutils/bootstrap
===================================================================
--- trunk/aix-miscutils/bootstrap 2010-02-22 11:43:47 UTC (rev 1669)
+++ trunk/aix-miscutils/bootstrap 2010-02-26 12:45:22 UTC (rev 1670)
@@ -29,7 +29,7 @@
*'/trunk/'*)
# is snapshot from trunk:
# version is mainversion + '.' + [last-committed] svn revision
- svn status -v | cut -c19-26 | sort -rn | { read v ; echo "${mainversion}.${v}" ;} > version
+ svn status -v | cut -c19-27 | sort -rn | { read v ; echo "${mainversion}.${v}" ;} > version
versioning_done=yes
;;
*'/branches/'*)
@@ -37,7 +37,7 @@
# version is branch-number + '.' + [last-committed] svn revision
( echo -n "${svnurl}" \
| sed -e "s,-branch/bootstrap \\\$,,; s,.*/,," -e "s,^.*-,,"
- svn status -v | cut -c19-26 | sort -rn | { read v ; echo ".${v}" ;}
+ svn status -v | cut -c19-27 | sort -rn | { read v ; echo ".${v}" ;}
) > version
versioning_done=yes
;;
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 12:45 99% [gentoo-commits] gentoo-alt r1670 - trunk/aix-miscutils Michael Haubenwallner (haubi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox