I know these versions are pre'pre'release or what not, so FYI here to 
the list.

*** ./startx    Sat Dec  9 21:20:16 2000
--- /usr/X11R6/bin/startx       Fri Dec  8 13:00:56 2000
***************
*** 29,35 ****

  if [ -f $userclientrc ]; then
      defaultclientargs=$userclientrc
! else if [ -f $sysclientrc ]; then
      defaultclientargs=$sysclientrc
  fi
  fi
--- 29,35 ----

  if [ -f $userclientrc ]; then
      defaultclientargs=$userclientrc
! elif [ -f $sysclientrc ]; then
      defaultclientargs=$sysclientrc
  fi
  fi

Another solution would be to delete the last 'fi'

Thanks

Reply via email to