Commit graph

5 commits

Author SHA1 Message Date
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
Jack Nagel
8324e1ffd5 nss: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:48 -05:00
Harald Fernengel
66e09cd1c3 nss: install pkg-config file
Some configure scripts are checking for nss via pkg-config since most
Linux distros seem to add that to their package.

Closes Homebrew/homebrew#9705.

Note: upstream has been asked several times over the last few years to
provide pkg-config files, but nothing has come of it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-01 17:27:33 -06:00
Michael T. Conigliaro
639c4f4829 NSS: Remove unnecessary prefix on binaries
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:28:16 -07:00
Michael T. Conigliaro
1306ed07d9 New Formula: NSS
Closes Homebrew/homebrew#7679.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:18:45 -07:00