]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
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)
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).


No differences found