Fix sh syntax typo, which cause failing boot xorg.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Aug 2015 15:59:28 +0300
changeset 747 8acd115359ee
parent 746 5dfc65f89cf0
child 748 ae1a14ee2b1f
Fix sh syntax typo, which cause failing boot xorg.
.xinitrc
--- a/.xinitrc	Thu Aug 13 21:58:45 2015 +0300
+++ b/.xinitrc	Mon Aug 17 15:59:28 2015 +0300
@@ -15,7 +15,7 @@
 
 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
 if [[ -z $COMSPEC ]]; then
-  { setxkbmap us,ru,ua && kbdd } &
+  { setxkbmap us,ru,ua && kbdd; } &
   if [[ -f ~/.xmodmaprc ]]; then
     xmodmap ~/.xmodmaprc &
   fi