HYBRID variable is not set correctly.

Bug #1111326 reported by Martin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Customization Kit
New
Undecided
Unassigned

Bug Description

uck 2.4.7 from STABLE ppa

Currently, HYBRID variable is set like following :

if [ -e "$CUSTOMIZE_DIR/hybrid" ]; then
        HYBRID="yes"
fi

while it should be set like this:

if [ -e "$CUSTOMIZE_DIR/hybrid" ]; then
        HYBRID=`cat "$CUSTOMIZE_DIR/hybrid"`
fi

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.