From 27fe5620e407b946abc049a3fa1c23cfbf18b07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Fri, 27 Mar 2015 18:32:35 +0100 Subject: Typo --- autodetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodetect.sh b/autodetect.sh index 56404ed..526ff8d 100755 --- a/autodetect.sh +++ b/autodetect.sh @@ -18,7 +18,7 @@ XRANDR="$(xrandr -q)" ## Some functions get_resolution() { - grep -A1 "^$1\s*connected" | tail -n1 | awk '{print $1 }' + grep -A1 "^$1\s*connected" | tail -n1 | awk '{ print $1 }' } detect_status() { -- cgit v1.2.3