Small quoting fix

This commit is contained in:
David Thurstenson 2017-02-16 11:35:49 -06:00
parent cbdaf1bfbd
commit 1698c53089
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ maptouchscreen() {
setpasink() {
# setpasink <name>
# Find a unique string in the output of `pacmd list short` to use for <name>
pacmd set-default-sink $(pacmd list short | grep $1 | grep -o "^\S\+")
pacmd set-default-sink $(pacmd list short | grep "$1" | grep -o "^\S\+")
}
case "$(hostname)" in