Skip to content

Commit

Permalink
ssh-copy-id: Added HEAD configuration
Browse files Browse the repository at this point in the history
The HEAD will checkout openssh-portable and copy the contrib script just
like the binary.

HEAD currently has fixes for non-posix shells (like fish that I use)

Closes Homebrew/legacy-homebrew#49952.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
kevinastone authored and xu-cheng committed Mar 11, 2016
1 parent ad1d4db commit ec60b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/ssh-copy-id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class SshCopyId < Formula
version "7.1p1"
sha256 "fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428"

head "https://github.com/openssh/openssh-portable.git"

bottle :unneeded

def install
Expand Down

0 comments on commit ec60b4c

Please sign in to comment.