* fixed unquoted shell expansion

merge-requests/5/head
Dominika Liberda 2021-03-30 23:23:13 +02:00
parent 02eaae1023
commit 6b43d9ef5f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fi
declare -A strings
if [[ ! $(which haruhi-dl) ]]; then
if [[ ! "$(which haruhi-dl)" ]]; then
strings[error]='Could not load video'
source templates/head.sh
source "${cfg[namespace]}/templates/header.shs"