Skip to content

Commit

Permalink
Merge pull request #449 from OB3RG/master
Browse files Browse the repository at this point in the history
fix: Add missing space to condition
  • Loading branch information
Mgldvd authored Jul 5, 2024
2 parents 23f2788 + 92de6d8 commit 52ae442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ case "${TERMINAL}" in
guake|tilix|mate-terminal|gnome-terminal* )
case "${TERMINAL}" in
guake|gnome-terminal* )
if [[ -z "${GS}"]] &&[[ -z "${DCONF}" ]] && [[ -z "${GCONF}" ]]; then
if [[ -z "${GS}" ]] && [[ -z "${DCONF}" ]] && [[ -z "${GCONF}" ]]; then
printerr '\n%s\n' "Error gconftool not found!"
printerr '%s\n' "sudo apt install gconftool?"
printerr '%s\n\n' "or export GCONF=/path/to/gconftool-2/"
Expand Down

0 comments on commit 52ae442

Please sign in to comment.