On Sunday, 19 December 2010, at 22:30:18 (+0100),
Joerg Sonnenberger wrote:

> "grep -o" is not portable. Can't you do:
> 
>       svnversion -n "${SVN_REPO_PATH:-.}"| sed 's,^\([0-9]*\).*$,\1,'

The spec files use:

svnversion | sed 's/[^0-9].*$//' || echo 0000

which is portable.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <m...@kainx.org>
Linux Server/Cluster Admin, LBL.gov       Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
 "Unix is like a Vorlon:  It is incredibly powerful, gives terse,
  cryptic answers, and has a lot of things going on in the
  background."                                         -- Jeff Dubrule

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to