* etc/profile.d/Z97-byobu.sh:

- remove unnecessary 'true'
This commit is contained in:
Dustin Kirkland 2011-11-09 10:34:57 -06:00
commit a1b82509a6
2 changed files with 2 additions and 2 deletions

3
debian/changelog vendored
View file

@ -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

View file

@ -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