You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/09/09 11:53:49 UTC

[29/50] [abbrv] git commit: updated refs/heads/1867-feature-plugins to 8aad450

Fixed line wrapping in Vagrantfile.


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

Branch: refs/heads/1867-feature-plugins
Commit: 370dd1747dfa708a182b5a653bca5b39af3fce2d
Parents: dadd935
Author: nvdev <mo...@gmail.com>
Authored: Sat Aug 24 18:49:38 2013 +0300
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Sep 9 11:16:44 2013 +0200

----------------------------------------------------------------------
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/370dd174/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 4b5eee1..d4e93d7 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -14,7 +14,7 @@ Vagrant::Config.run do |config|
   # Install couchdb dependencies if deployment was not done
   if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?
     # install build-essential
-    pkg_cmd = "apt-get update -qq; apt-get install -q -y build-essential git " 
+    pkg_cmd = "apt-get update -qq; apt-get install -q -y build-essential git " \
         "autoconf autoconf-archive gnu-standards help2man texinfo; "
 
     # Install erlang