From 6193b3fb98338cd2e59350ae28a02c7a60e6b219 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Jun 2013 10:56:05 -0700 Subject: [PATCH] bup: remove debug output --- Formula/bup.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/bup.rb b/Formula/bup.rb index 1592ada16b9..1545dfbff80 100644 --- a/Formula/bup.rb +++ b/Formula/bup.rb @@ -19,7 +19,6 @@ class Bup < Formula def install python do - ohai ENV['PATH'] system "./configure", "--prefix=#{prefix}" system "make" end