diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-11-13 15:47:39 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-11-13 15:47:39 +0000 |
commit | ca6a779fc975ca037f6081e9a6131eae13ffe3ac (patch) | |
tree | 2198fe3bc3be74021333b6b768f75fa9018ed83c | |
parent | 2d73a98d6298e3a14d89769e7c4ed5cd69d64e96 (diff) | |
download | wgetpaste-ca6a779fc975ca037f6081e9a6131eae13ffe3ac.tar.gz |
Fix size warnings that contain spaces.
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |