* byobu-status: source, rather than exec the target status script,

such that the script inherits the source status config variables


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-08-17 13:34:26 -05:00
commit f813487cb1

View file

@ -57,5 +57,5 @@ if [ "$P" = "--detail" ]; then
else else
eval x="\$$P" || exit 1 eval x="\$$P" || exit 1
[ "$x" = "1" ] || exit 0 [ "$x" = "1" ] || exit 0
exec $(find_script "$P") . $(find_script "$P")
fi fi