From ca6a779fc975ca037f6081e9a6131eae13ffe3ac Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Tue, 13 Nov 2007 15:47:39 +0000 Subject: Fix size warnings that contain spaces. --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index db6dd84..849fe12 100755 --- a/wgetpaste +++ b/wgetpaste @@ -198,7 +198,7 @@ verifyurl() { warnings() { warn() { if [[ -n $2 && $1 -gt $2 ]]; then - echo "Pasting > $3 often tend to fail with $SERVICE. Use --verbose or --debug to see the" + echo "Pasting > ${3//\%/ } often tend to fail with $SERVICE. Use --verbose or --debug to see the" echo "error output from wget if it fails. Alternatively use another pastebin service." fi } -- cgit v1.2.3