mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
78cbcca5f4
commit
f813487cb1
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ if [ "$P" = "--detail" ]; then
|
|||
else
|
||||
eval x="\$$P" || exit 1
|
||||
[ "$x" = "1" ] || exit 0
|
||||
exec $(find_script "$P")
|
||||
. $(find_script "$P")
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue