You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/04/18 15:46:51 UTC

svn commit: r1094571 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Mon Apr 18 13:46:51 2011
New Revision: 1094571

URL: http://svn.apache.org/viewvc?rev=1094571&view=rev
Log:
Use only major BSD version

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1094571&r1=1094570&r2=1094571&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Apr 18 13:46:51 2011
@@ -461,7 +461,7 @@ case "$host" in
     ;;
     *bsd     )
         platform=BSDX
-        platformver="`uname -r | sed 's/\.//g' | sed 's/-.*//'`"
+        platformver="`uname -r | sed 's/\..*//'`"
         mmake=`getgnutool gmake`
     ;;
     linux    )