Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Foolish lack of backslash causes brew mk b0rkage
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Aug 31, 2009
1 parent b605b0f commit 491cd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/brew.h.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class #{Formula.class $1} <Formula
cmake end
cmake
def install
autotools system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
autotools system "./configure", "--prefix=\#{prefix}", "--disable-debug", "--disable-dependency-tracking"
cmake system "cmake . \#{cmake_std_parameters}"
system "make install"
end
Expand Down

0 comments on commit 491cd8f

Please sign in to comment.