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