[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xbase-clients Version: 4.0.1-10pre11v2 extra 'fi' in startx



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 to: