Mercurial
>
releases
>
mozilla-aurora
/ file revision / embedding/config/gre.pl@3d4062588c0f5187e90cd962c70750c62c03f18a
summary
|
shortlog
|
changelog
|
pushlog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
embedding/config/gre.pl
author
cbiesinger@gmail.com
Tue, 18 Mar 2008 14:00:53 -0700
changeset 13267
3d4062588c0f5187e90cd962c70750c62c03f18a
parent 1
9b2a99adc05e53cd4010de512f50118594756650
permissions
-rw-r--r--
followup to
bug 418535
, add comments about which threads nsISocketTransportService functions can be called on patch by Florian Quèze <florian@queze.net> r+sr=biesi
#!/usr/bin/perl
#
# gre.pl
#
while
(
<STDIN>
)
{
s/\[Embed\]/\[$ARGV[0]\]/
;
print
;
}