From 419110d915d621269e481e48b637aca3ccb45bbe Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 2 Dec 2009 08:10:51 -0600 Subject: [PATCH] bin/menu: add a space to the -r test, LP: #490894 --- bin/menu | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/menu b/bin/menu index 725da1f8..910bf579 100755 --- a/bin/menu +++ b/bin/menu @@ -20,7 +20,7 @@ [ "$1" = "--detail" ] && exit 0 PKG="byobu" -[ -r "$HOME/.$PKG/keybindings"] && bindings="$HOME/.$PKG/keybindings" || bindings="$HOME/.screenrc" +[ -r "$HOME/.$PKG/keybindings" ] && bindings="$HOME/.$PKG/keybindings" || bindings="$HOME/.screenrc" if grep -qs "^source.*screen-escape-keys$" $bindings 2>/dev/null; then esc=`grep "^escape" $bindings | sed "s/^.*\(.\)$/\1/"` diff --git a/debian/changelog b/debian/changelog index 262bd0ea..2ba3b194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ byobu (2.40) unreleased; urgency=low statusrc: obviate the need for separate profiles per color; read the profile colors from a config file, and use a special "color" status item to dynamically render it + * bin/menu: add a space to the -r test, LP: #490894 -- Dustin Kirkland Tue, 10 Nov 2009 10:18:20 -0600