commit c2db6ce2046b8cd347754789b7e3790edb9573b5 parent 4562104e306188848f94dc21175be771e3dcd844 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(-)
diff --git a/bin/rpurldl b/bin/rpurldl @@ -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