From 0d1edff21906e0ab1b1e2e6169c5ea53e9e19fae Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 21 Nov 2016 15:58:21 +0100 Subject: Whitespace fix for prev. commit. --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impressive-display b/bin/impressive-display index a5250d0..2ddbc4f 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -90,7 +90,7 @@ if [ -r $HOME/.impressive-display/config ] && [ ! -d $HOME/.impressive-display/c . $HOME/.impressive-display/config fi -if [ "x$LOG_TO_SYSLOG" = "xyes"]; then +if [ "x$LOG_TO_SYSLOG" = "xyes" ]; then OUTPUT="logger -t impressive-display" else OUTPUT="echo" -- cgit v1.2.3