aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scsh.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb
index ac812e70d..f291b457d 100644
--- a/Library/Formula/scsh.rb
+++ b/Library/Formula/scsh.rb
@@ -5,16 +5,16 @@ class Scsh < Formula
url 'http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz'
sha1 'a1eaf0d0593e14914824898a0c3ec166429affd7'
- head 'https://github.com/scheme/scsh.git'
+ head do
+ url 'https://github.com/scheme/scsh.git'
- # stable segfaults when built 64-bit; see #21351
- env :std unless build.head?
-
- if build.head?
depends_on 'automake' => :build
depends_on 'scheme48'
end
+ # stable segfaults when built 64-bit; see #21351
+ env :std unless build.head?
+
def install
if build.head?
system "autoreconf"