mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 06:45:51 +01:00
Fix help on FF3, overly long URL chains in context filenames, etc.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
BEGIN {
|
||||
chrome = "chrome"
|
||||
if (suffix) {
|
||||
if (suffix)
|
||||
chrome = suffix
|
||||
print "# Suffix: " suffix
|
||||
}
|
||||
}
|
||||
{ content = $1 ~ /^(content|skin|locale|resource)$/ }
|
||||
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
|
||||
@@ -17,10 +15,6 @@ content {
|
||||
{
|
||||
sub("^\\.\\./common/", "", $NF)
|
||||
print
|
||||
if (content && suffix && $1 == "resource") {
|
||||
$2 = $2 "-" suffix
|
||||
print
|
||||
}
|
||||
}
|
||||
|
||||
# vim:se sts=4 sw=4 et ft=awk:
|
||||
|
||||
Reference in New Issue
Block a user