From a1b82509a6ca4dd601dfab47f4b76cf4bf84ccf2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 9 Nov 2011 10:34:57 -0600 Subject: [PATCH] * etc/profile.d/Z97-byobu.sh: - remove unnecessary 'true' --- debian/changelog | 3 ++- etc/profile.d/Z97-byobu.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 175ed789..70d6b8cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.47) unreleased; urgency=low - * UNRELEASED + * etc/profile.d/Z97-byobu.sh: + - remove unnecessary 'true' -- Dustin Kirkland Tue, 08 Nov 2011 19:16:15 -0600 diff --git a/etc/profile.d/Z97-byobu.sh b/etc/profile.d/Z97-byobu.sh index bdb9b52b..dfd46f9e 100755 --- a/etc/profile.d/Z97-byobu.sh +++ b/etc/profile.d/Z97-byobu.sh @@ -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