diff options
| author | Lukas | 2014-02-05 19:15:14 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-05 22:53:11 +0000 |
| commit | 5e71c105869456b8d8d33e6414703198d7861cb2 (patch) | |
| tree | 31bc936f896df9a7f628398fda8b6ea4b5311575 /Library/Formula/rust.rb | |
| parent | c6baa40a4e3d9bb5f393369519cee5aa05185d7b (diff) | |
| download | homebrew-5e71c105869456b8d8d33e6414703198d7861cb2.tar.bz2 | |
rust: remove rustpkg from test for --HEAD
Closes #26434.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/rust.rb')
| -rw-r--r-- | Library/Formula/rust.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index eb68ea764..3be69bf0c 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -29,6 +29,6 @@ class Rust < Formula def test system "#{bin}/rustc" system "#{bin}/rustdoc -h" - system "#{bin}/rustpkg -v" + system "#{bin}/rustpkg -v" unless build.head? end end |
