Public bug reported:

Binary package hint: x11-common

The script /etc/gdm/failsafeXServer managed to not work for at one
occasion, due to the use of the "next" command instead of "continue" -
next is not recognized by bash.

 Most times the script does work because it does not hit that path,
though.

Try the following to verify

for i in 1 2 3 4 5; do
  if [ $i = 3 ]; then 
    echo got it $i 
    next
  fi
  echo $i
done

result: 
1
2
got it 3
/bin/bash: next: command not found
3
4
5

which is the same error message I found at the time in .xsession-errors

** Affects: xorg (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Use of "next" instead of "continue" in bash script failsafeXServer
https://bugs.launchpad.net/bugs/149304
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to