CVS Update: app (branch: trunk)

Jeremy C.Reed xorg-commit at cvs.freedesktop.org
Sat Feb 25 17:20:06 EET 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	reed at kemper.freedesktop.org	06/02/25 15:20:06

Log message:
  Bug #4449 <https://bugs.freedesktop.org/show_bug.cgi?id=4449>
  Be more portable (for different /bin/sh shells) for
  the arithmetic.
  
  NetBSD's /bin/sh didn't like:
   dummy=$((dummy+1))
  and complained:
   startx: arith: syntax error: "dummy+1"
  
  This was fixed by NetBSD and also by Gentoo, see:
  https://launchpad.net/distros/ubuntu/+source/xinit/+bug/31241

Modified files:
      app/xinit/:
        ChangeLog startx.cpp 
  
  Revision      Changes    Path
  1.15          +7 -0      app/xinit/ChangeLog
  http://cvs.freedesktop.org/xorg/app/xinit/ChangeLog
  1.8           +1 -1      app/xinit/startx.cpp
  http://cvs.freedesktop.org/xorg/app/xinit/startx.cpp




More information about the xorg-commit mailing list