Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295616 - x11-apps/xinit-1.2.0-r2: there is a bug in shell script /etc/X11/xinit/xinitrc
Summary: x11-apps/xinit-1.2.0-r2: there is a bug in shell script /etc/X11/xinit/xinitrc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 06:04 UTC by Sipingal Liu
Modified: 2009-12-08 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sipingal Liu 2009-12-04 06:04:46 UTC
The line should be change:
57 if [ $failsafe = "yes" ]; then
to
57 if [ "$failsafe" = "yes" ]; then

This script exits earlier when the $failsafe is empty.

Reproducible: Always
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2009-12-08 22:20:55 UTC
Should be fixed in 1.2.0-r3.

Thanks