fix $() escape

This commit is contained in:
Andrejus
2020-02-26 16:37:45 +00:00
parent 5eb2d655a4
commit 8721fd1cc5
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ indent() { sed 's/^/ /'; }
# @arg $1 binary to test
not_installed() {
! [ -x "$(command -v $1)" ]
! [ -x $(command -v $1) ]
}
# Colors