]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
xinitrc: Fix background check.
authorSimon Ruderich <simon@ruderich.org>
Sun, 4 Nov 2012 15:20:54 +0000 (16:20 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:24:26 +0000 (17:24 +0100)
commit272053303a40c6fc2397452eb4e1bd3d89d627c0
tree427facf8564d07c3428a329f182aef66a3ec5d4e
parentb69168d78941ffb5e5a16504a72cb1fa0a2d69ab
xinitrc: Fix background check.

The quotes are necessary or test -n always assumes the result is not
empty because it gets no parameters (the shell expands $set_background
which is empty and then doesn't pass anything to test -n).
xinitrc