From 57008eee0ab1c997936d1f809cee15f5fb8a304f Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Thu, 5 Oct 2017 13:16:22 +0500 Subject: [PATCH] vls: fix quotes --- vls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vls b/vls index 3e16a85..4936feb 100755 --- a/vls +++ b/vls @@ -1,7 +1,7 @@ #!/bin/bash #Создан: Пт 26 фев 2016 21:04:00 -#Изменён: Вт 26 сен 2017 12:54:34 +#Изменён: Чт 05 окт 2017 13:15:44 #- vlc-ncurses с увеличенной скоростью воспроизведения @@ -14,5 +14,5 @@ else rate="1.0" fi -vlc --rate $rate -I ncurses --no-color "${@:-*.mp3}" +vlc --rate $rate -I ncurses --no-color ${@:-*.mp3}