aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwestofer <westoferraymond@gmail.com>2021-03-02 11:04:42 +0300
committerwestofer <westoferraymond@gmail.com>2021-03-02 11:04:42 +0300
commit47d29d11afa888d07bf742b4a798073bcc966ba0 (patch)
tree6e1c5de029897490de1b03aadd47e8de526ede7a
parent4b90d1e91c1b390f5404a872c21b6d744f454c1e (diff)
downloadytfzf-47d29d11afa888d07bf742b4a798073bcc966ba0.tar.gz
remove uneeded space
-rwxr-xr-xytfzf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ytfzf b/ytfzf
index f2cdc6f..3bf7169 100755
--- a/ytfzf
+++ b/ytfzf
@@ -322,7 +322,7 @@ EOF
play_url () {
[ $YTFZF_CUR -eq 1 ] && printf "$selected_data" > "$current_file" ;
[ -n "$YTFZF_PREF" ] && {
- eval "$YTFZF_PLAYER_FORMAT" \'$YTFZF_PREF\' "\"$(printf "$urls" | tr '\n' '\t' | sed 's_\t_" "_g' )\""
+ eval "$YTFZF_PLAYER_FORMAT"\'$YTFZF_PREF\' "\"$(printf "$urls" | tr '\n' '\t' | sed 's_\t_" "_g' )\""
} || {
[ 4 -eq $? ] || eval "$YTFZF_PLAYER" "\"$(printf "$urls" | tr '\n' '\t' | sed 's_\t_" "_g' )\""
# Ctr-C in MPV results in a return code of 4
Un proyecto texto-plano.xyz