]> git.lizzy.rs Git - bspwm.git/commitdiff
Fix source_these: remove commas
authorEugene Apollonsky <e.apollosnky@gmail.com>
Sun, 27 Apr 2014 08:32:26 +0000 (12:32 +0400)
committerEugene Apollonsky <e.apollosnky@gmail.com>
Sun, 27 Apr 2014 08:32:26 +0000 (12:32 +0400)
contrib/lightdm/bspwm-session

index d6b678e5c573870e4278565f38a1b5c420b119a3..7167d85ecafb44929a85bdaaea5ed9349d20336d 100755 (executable)
@@ -49,8 +49,8 @@ trap on_exit EXIT SIGHUP SIGINT SIGTERM
 
 # Environment and autostart:
 source_these=(
-       "/etc/profile",
-       "${HOME}/.profile",
+       "/etc/profile"
+       "${HOME}/.profile"
        "${XDG_CONFIG_HOME:-"$HOME/.config"}/bspwm/autostart"
 )