[oe-issues] [Bug 1582] un-initialised variables in if statement make script error
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jan 26 07:06:31 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1582
------- Comment #11 from papercrane at reversefold.com 2007-01-25 23:06 -------
My guess is that somehow, num_steps is empty. I've finally gotten something
other than commenting out that line to work.
if [ "x$num_steps" = "x" -o "x$num_steps" = "x0" ]; then
progress=0
else
#current line
fi
The bar definately does not move on shutdown. I'd appreciate it if whoever made
this change could help to debug this as an error in init is not ok.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list