You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/11/18 17:49:45 UTC

[20/50] git commit: Fixed up test

Fixed up test


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/efd5e7b6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/efd5e7b6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/efd5e7b6

Branch: refs/heads/docs_tmp
Commit: efd5e7b6a054a30fcdfb5ac16af995dd91a26fca
Parents: 62a43bd
Author: Noah Slater <ns...@apache.org>
Authored: Sun Oct 14 13:30:43 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Nov 18 00:15:31 2012 +0000

----------------------------------------------------------------------
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/efd5e7b6/bootstrap
----------------------------------------------------------------------
diff --git a/bootstrap b/bootstrap
index deb1350..b1c0c4c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -77,7 +77,7 @@ get_aclocal_dir_list () {
     aclocal_dir=`$ACLOCAL --print-ac-dir`
     echo $aclocal_dir
     aclocal_dirlist="$aclocal_dir/dirlist"
-    if test -e $dirlist; then
+    if test -e $aclocal_dirlist; then
         cat $aclocal_dirlist | while read dir; do
             if test -d "$dir"; then
                 echo $dir