From 8a2b7c65e5edafe631fac209694ef150063a3e48 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 15 Jun 2008 17:43:55 +0000 Subject: portability fixes for OpenSolaris git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667982 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 70fae49b..b2eb6bdb 100755 --- a/bootstrap +++ b/bootstrap @@ -124,7 +124,7 @@ check_svn_environment () { fi if test -n "`$SVN_EXECUTABLE info . 2> /dev/null`"; then SVN_CHECKOUT_BOOLEAN="true" - fi > /dev/null + fi if test "$SVN_CHECKOUT_BOOLEAN" != "true"; then echo "Warning: Unable to determine checkout information." fi @@ -144,7 +144,7 @@ generate_acinclude () { else if test "$SVN_CHECKOUT_BOOLEAN" = "true"; then revision_number=`$SVN_EXECUTABLE info . | \ - awk "/Revision:/{print \$2}"` + awk "/Revision:/{print \\$2}"` fi if test -n "$REPOSITORY_REVISION"; then revision_number="$REPOSITORY_REVISION" -- cgit v1.2.3