From cd53817db754c5ed5abb5c8478e67b1c6b186bb8 Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 23 Dec 2022 14:13:13 +0000 Subject: [PATCH] let the handlers, well, handle this Signed-off-by: fbt --- sx-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-open b/sx-open index a2c255f..77ede73 100755 --- a/sx-open +++ b/sx-open @@ -223,7 +223,7 @@ main() { done target=$1; [[ "$target" ]] || { usage; exit; } - target=$(urldecode "$target") +# target=$(urldecode "$target") # No idea why I thought this was necessary. cfg dryrun && { printf 'Dry run: not actually running the handler\n' >&2