aboutsummaryrefslogtreecommitdiff
path: root/mule
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2021-11-24 10:07:17 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2021-11-24 10:07:17 +0100
commita3ae003085ecc899f8efe471655239ad7f160722 (patch)
tree42d88852778db6ec638ada703dd640e74da0ed48 /mule
parentf201dc09d053a4da3ce110b0d90e00d4ed3a062c (diff)
mule: mule.sh: use printf instead of echo with flags
Hinted by Shellcheck: SC3037: In POSIX sh, echo flags are undefined. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Diffstat (limited to 'mule')
-rwxr-xr-xmule/mule.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mule/mule.sh b/mule/mule.sh
index 0245f5a..6b1dfb4 100755
--- a/mule/mule.sh
+++ b/mule/mule.sh
@@ -107,9 +107,9 @@ case "$1" in
while ! lsusb -d 0483:df11 > /dev/null
do
sleep .1
- echo -n .
+ printf .
done
- echo -e "\nfound"
+ printf "\nfound"
else
sleep 5
fi