Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'I believe I found the problem' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
I believe I found the problem
Authored by: jreese on Sep 21, '03 09:19:19PM

Line 157 of the script contains

if [ ! "$nss" = " <key>NSServices</key>" ]; then

I found that there were two spaces between the quotation mark and the "<key>" tag. When I changed the two spaces to a single tab character in BBedit, the script worked as advertised.



[ Reply to This | # ]