From 3d5f4bdadde0048d27e3383b3b2e67c0241a416e Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Mon, 22 Feb 2021 15:41:27 +0100 Subject: [PATCH] Quote bug (#12548) --- pbin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbin.sh b/pbin.sh index dc7819cd6b..6cb0fc7877 100755 --- a/pbin.sh +++ b/pbin.sh @@ -24,7 +24,7 @@ set -e PROGRAM=${0##*/} # can be overriden from env -: "${PASTE_URL='https://p.libren.ms/api/create'}" +: "${PASTE_URL=https://p.libren.ms/api/create}" # paste. take input from stdin pastebin() {