File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ byobu (6.11) unreleased; urgency=medium
4
4
- fix BYOBU_RUN_DIR and BYOBU_PREFIX issue
5
5
- https://github.com/dustinkirkland/byobu/pull/62
6
6
- https://launchpad.net/bugs/2051995 LP: #2051995
7
+ * usr/bin/byobu-launcher-install.in:
8
+ - Fix for VSCode, fish and byobu installations
9
+ - https://github.com/dustinkirkland/byobu/commit/f917d2169afdec623f5b32723d93bfd91d34b92f#commitcomment-137955113
7
10
8
- -- Dustin Kirkland <
[email protected] > Sat, 10 Feb 2024 10:
49:43 -0600
11
+ -- Dustin Kirkland <
[email protected] > Sat, 10 Feb 2024 10:
56:13 -0600
9
12
10
13
byobu (6.10-0ubuntu1) noble; urgency=medium
11
14
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ install_launcher() {
49
49
50
50
install_launcher_fish () {
51
51
$PKG -launcher-uninstall " $1 " || true
52
- printf " if not set -q VSCODE_CWD" >> " $1 "
53
- printf " status --is-login; and status --is-interactive; and exec byobu-launcher" >> " $1 "
52
+ printf " if not set -q VSCODE_CWD; " >> " $1 "
53
+ printf " status --is-login; and status --is-interactive; and exec byobu-launcher; " >> " $1 "
54
54
printf " end" >> " $1 "
55
55
}
56
56
You can’t perform that action at this time.
0 commit comments