mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -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
|
||||
|
||||
* UNRELEASED
|
||||
* etc/profile.d/Z97-byobu.sh:
|
||||
- remove unnecessary 'true'
|
||||
|
||||
-- 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
|
||||
. /usr/bin/byobu-launch
|
||||
fi
|
||||
true
|
||||
|
||||
# vi: syntax=sh ts=4 noexpandtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue