mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* etc/profile.d/Z97-byobu.sh:
- remove unnecessary 'true'
This commit is contained in:
parent
ce21ffe406
commit
a1b82509a6
2 changed files with 2 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (4.47) unreleased; urgency=low
|
byobu (4.47) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* etc/profile.d/Z97-byobu.sh:
|
||||||
|
- remove unnecessary 'true'
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,5 @@
|
||||||
if [ "$LC_BYOBU" = "1" ] && [ -r "/usr/bin/byobu-launch" ]; then
|
if [ "$LC_BYOBU" = "1" ] && [ -r "/usr/bin/byobu-launch" ]; then
|
||||||
. /usr/bin/byobu-launch
|
. /usr/bin/byobu-launch
|
||||||
fi
|
fi
|
||||||
true
|
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue