commit 64ca6b9fde65c27c67daa3f2c61f116398f5fab6 parent f49f736446824f4f7921e249384a48e54ea68c76 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 20 Mar 2020 16:08:17 +0100 Change echo -en for printf Diffstat:
M | .local/bin/youtube-dl-music | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/youtube-dl-music b/.local/bin/youtube-dl-music @@ -36,7 +36,7 @@ track=1 # Loop over files with spaces SAVEIFS=$IFS -IFS=$(echo -en "\n\b") +IFS=$(printf '\n\b') for f in *.mp3; do [ "$track" = 1 ] && \