summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
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"