Okay, thanks. I just committed a fix that should solve that "$1" = "-v" issue.
I'm not sure if that will fix your problem, though. Can you change one line in /usr/bin/byobu and tell me if that solves it for you? --- /usr/bin/byobu 2009-12-14 03:16:43 +0000 +++ /usr/bin/byobu 2009-12-14 16:57:01 +0000 @@ -21,7 +21,7 @@ VERSION=2.41 # Add a version argument for debugging purposes -if [ "$1" = "-v" ]; then +if [ "$#" = "1" ] && [ "$1" = "-v" ]; then echo "$PKG version $VERSION" screen -v exit 0 -- F9 configuration menu does not work https://bugs.launchpad.net/bugs/494465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs