aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/osurl b/osurl
index 20e41e8..fcbf9a9 100755
--- a/osurl
+++ b/osurl
@@ -52,4 +52,4 @@ for k,v in pairs(patterns) do
end
local pat = Cs((bugpat + P(1))^0)
-os.execute("xdg-open " .. pat:match(arg[1]))
+os.execute("xdg-open " .. pat:match(arg[1]:lower()))