aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/runfetchmail
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-07-30 21:59:36 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-07-30 22:00:53 +0200
commit01219b2c4a43f2a1333b4e992f0ab6dd069f6445 (patch)
tree21dc325c3ed3035caf3ea676337cf3087be229de /contrib/runfetchmail
parent74d986faab60fd1fa202ee973cc345ec7b2639ae (diff)
downloadfetchmail-01219b2c4a43f2a1333b4e992f0ab6dd069f6445.tar.gz
fetchmail-01219b2c4a43f2a1333b4e992f0ab6dd069f6445.tar.bz2
fetchmail-01219b2c4a43f2a1333b4e992f0ab6dd069f6445.zip
Remove bashisms.
Diffstat (limited to 'contrib/runfetchmail')
-rw-r--r--contrib/runfetchmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/runfetchmail b/contrib/runfetchmail
index c72917a2..799f671a 100644
--- a/contrib/runfetchmail
+++ b/contrib/runfetchmail
@@ -126,11 +126,11 @@ stats()
# Ensure we have a log file
test ! -e $LOG && touch $LOG
-echo -e "\n\t\t\t $VERSION Statistics"
+printf "\n\t\t\t $VERSION Statistics"
test $MAILSTAT -eq 1 && mailstat -k <$LOG
echo ""
num_mail $FOLDERS
-test $TIMER -eq 1 && echo -e "\n`timer -stop -id $$ -quiet` have elapsed."
+test $TIMER -eq 1 && printf "\n`timer -stop -id $$ -quiet` have elapsed."
}
prepmail()