diff options
Diffstat (limited to 'Library/Formula/gnu-prolog.rb')
| -rw-r--r-- | Library/Formula/gnu-prolog.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gnu-prolog.rb b/Library/Formula/gnu-prolog.rb index 1abcd645f..1acdb2679 100644 --- a/Library/Formula/gnu-prolog.rb +++ b/Library/Formula/gnu-prolog.rb @@ -12,7 +12,7 @@ class GnuProlog < Formula def install ENV.j1 # make won't run in parallel - Dir.chdir 'src' do + cd 'src' do # Applies fix as seen here: # http://lists.gnu.org/archive/html/users-prolog/2011-07/msg00013.html inreplace "configure", "darwin10", "darwin1" @@ -23,4 +23,3 @@ class GnuProlog < Formula end end end - |
