From 1698c53089c87af85ec4a3c1bbf93949664fdeca Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 16 Feb 2017 11:35:49 -0600 Subject: [PATCH] Small quoting fix --- .config/srandrd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/srandrd.conf b/.config/srandrd.conf index 79d2701..f26b5a6 100755 --- a/.config/srandrd.conf +++ b/.config/srandrd.conf @@ -10,7 +10,7 @@ maptouchscreen() { setpasink() { # setpasink # Find a unique string in the output of `pacmd list short` to use for - 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