diff options
| author | Mike McQuaid | 2015-01-08 20:59:36 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-09 11:35:04 +0000 |
| commit | f145e8e704bf7560182656ce98111b2cb74df4a4 (patch) | |
| tree | 4d2cec1c0ed7ab845413fa3f485fe259eda5c2ec | |
| parent | bfe57c20143c241390fe811c93b8567561d12eb9 (diff) | |
| download | homebrew-f145e8e704bf7560182656ce98111b2cb74df4a4.tar.bz2 | |
sshrc: remove duplicate HOME declaration.
Closes #35673.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/sshrc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/sshrc.rb b/Library/Formula/sshrc.rb index d345402f0..f53f8a1ce 100644 --- a/Library/Formula/sshrc.rb +++ b/Library/Formula/sshrc.rb @@ -10,7 +10,6 @@ class Sshrc < Formula end test do - ENV["HOME"] = testpath touch testpath/".sshrc" (testpath/"ssh").write <<-EOS.undent #!/bin/sh |
