[Bug 122952] [NEW] bashism in /usr/bin/gnome-at-visual, line 54

Launchpad Bug Tracker 122952 at bugs.launchpad.net
Thu Feb 17 09:17:07 UTC 2011


You have been subscribed to a public bug by Daniel Holbach (dholbach):

Binary package hint: gnome-control-center

The run function has

if [ "$STARTUP" == "true" ]; then

which works on bash, but not on sh and should be

if [ "$STARTUP" = "true" ]; then

** Affects: gnome-control-center (Ubuntu)
     Importance: Medium
     Assignee: Ubuntu Desktop Bugs (desktop-bugs)
         Status: Fix Released

-- 
bashism in /usr/bin/gnome-at-visual, line 54
https://bugs.launchpad.net/bugs/122952
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list