Commit graph

9 commits

Author SHA1 Message Date
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07: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
5f7e7d2a2f direnv 0.1.127 2012-02-12 22:19:19 -08:00
Jonas Pfenniger
e4f0177e1e direnv v0.1.109
Closes Homebrew/homebrew#9352.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-01 17:26:15 -06:00
Jonas Pfenniger
1c349cf37b direnv 0.1.81
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-19 20:26:24 -07:00
Jonas Pfenniger
d77c63f2d0 Direnv: Update to 0.1.72
Closes Homebrew/homebrew#7741.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:03:11 -07:00
Jonas Pfenniger
ce3aebf513 direnv 0.1.65
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-05 08:01:02 -07:00
Jack Nagel
bd4e0319de Use https for GitHub repo downloads
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-04 17:24:36 -07:00
Jonas Pfenniger
6510e6200c direnv 0.1.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-04 16:59:06 -07:00