diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 15:58:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 15:58:21 +0100 |
commit | 0d1edff21906e0ab1b1e2e6169c5ea53e9e19fae (patch) | |
tree | 14a16ae68666ced8d7f9944fc4a179e48add9fef | |
parent | 5691c6a050090f1d8fa24f8c8b0c9379e0effec8 (diff) | |
download | impressive-display-0d1edff21906e0ab1b1e2e6169c5ea53e9e19fae.tar.gz impressive-display-0d1edff21906e0ab1b1e2e6169c5ea53e9e19fae.tar.bz2 impressive-display-0d1edff21906e0ab1b1e2e6169c5ea53e9e19fae.zip |
Whitespace fix for prev. commit.
-rwxr-xr-x | bin/impressive-display | 2 |
1 files changed, 1 insertions, 1 deletions
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" |