Fatal typo in /usr/bin/startx

Bug #31241 reported by Rocco Stanzione
8
Affects Status Importance Assigned to Milestone
xinit (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Sorry I don't have the line number, I made a lot of modifications to startx trying to track this down, but it's easy to find:
dummy=$((dummy+1));
should be:
dummy=$(($dummy+1));

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. It's known upstream too: https://bugs.freedesktop.org/show_bug.cgi?id=4449

I've uploaded a package with the fix you pointed which fixes the issue:

 xinit (1.0.1-0ubuntu2) dapper; urgency=low
 .
   * startx.cpp:
     - fix a shell usage error,
       change suggested by Rocco Stanzione <email address hidden>
       (Ubuntu: #31241) (Freedesktop: #4449)

Changed in xinit:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.