From e743c1ad00f441bbd667550b2254576f7c3ebfb7 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Fri, 23 May 2014 18:23:11 +0200 Subject: Fix RAW support for bpaste --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 225f4d7..f8fe178 100755 --- a/wgetpaste +++ b/wgetpaste @@ -142,7 +142,7 @@ ragel-c ragel-cpp ragel-d ragel-java ragel-objc ragel-ruby raw rconsole rebol re rbcon splus sass scala scheme smalltalk smarty sql sqlite3 squidconf tcl tcsh tex diff vala vb.net \ vim xml xml+cheetah xml+django xml+evoque xml+mako xml+myghty xml+php xml+erb xml+smarty xslt yaml" POST_lodgeit="submit=Paste! % % language % % code" -REGEX_RAW_lodgeit='s|^\(http://[^/]*/\)show\(/[0-9]*/\)$|\1raw\2|' +REGEX_RAW_lodgeit='s|^\(http://[^/]*/\)show\(/[[:alnum:]]*/\)$|\1raw\2|' ### errors die() { -- cgit v1.2.3