Skip to content

Commit 63df0a8

Browse files
Fix for VSCode, fish and byobu installations
f917d21#commitcomment-137955113
1 parent 0514e53 commit 63df0a8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

debian/changelog

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ byobu (6.11) unreleased; urgency=medium
44
- fix BYOBU_RUN_DIR and BYOBU_PREFIX issue
55
- https://github.com/dustinkirkland/byobu/pull/62
66
- 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
710

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
912

1013
byobu (6.10-0ubuntu1) noble; urgency=medium
1114

usr/bin/byobu-launcher-install.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ install_launcher() {
4949

5050
install_launcher_fish() {
5151
$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"
5454
printf "end" >> "$1"
5555
}
5656

0 commit comments

Comments
 (0)