Commit Graph

7 Commits (eff68a0dcb3e2098c35d24d3c86db4d437c15c91)

Author SHA1 Message Date
Adam Vandenberg f4c668694c putty: remove caveats 2012-07-23 21:58:06 -07:00
Fernando Ortiz 2fc1fdeef0 putty 0.62
Closes Homebrew/homebrew#12869.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-16 11:01:19 -05:00
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg 3f8e0168c3 putty: use block cd 2012-03-11 14:51:23 -07:00
Kevin Lyda b62f1a30f3 putty 0.61
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-13 09:15:26 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Sascha Kratky fadb7322fd New formula: putty
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-02 08:08:07 -07:00