tUse printf instead of echo in the DOWNLOADER hint. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit c2db6ce2046b8cd347754789b7e3790edb9573b5
(DIR) parent 4562104e306188848f94dc21175be771e3dcd844
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 15 Dec 2019 18:36:34 +0100
Use printf instead of echo in the DOWNLOADER hint.
Diffstat:
bin/rpurldl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/bin/rpurldl b/bin/rpurldl
t@@ -2,8 +2,7 @@
if [ -z "$DOWNLOADER" ];
then
- echo "You need to set \$DOWNLOADER" \
- " for downloading the podcast."
+ printf "You need to set \$DOWNLOADER for downloading the URL."
exit 1
fi