[Greasemonkey] Convert getContents to use nsIURI
Jeremy Dunck
jdunck at gmail.com
Sat Oct 15 00:14:33 EDT 2005
On 10/14/05, Matthew Weymar <matthew.weymar at gmail.com> wrote:
> I tried the following, but it seemed to hang
>
> bash-3.00$ patch -p1 -d
> c:/Documents*/xxx/Application*/Mozilla/Firefox/Profiles/kp81h3g8.default/extensions/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/
> c:/usr/download/gm.patch --verbose
Usually, when cmd-line tools seem to hang, it's because they're trying
to get input from standard in, and you're not giving it to them.
Try this, assuming all your pathing is right:
patch -p1 -d --verbose
c:/Documents*/xxx/Application*/Mozilla/Firefox/Profiles/kp81h3g8.default/extensions/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/
< c:/usr/download/gm.patch
(That "<" tells patch to use the file just after it as it's standard in.)
More information about the Greasemonkey
mailing list