usr/bin/byobu-launcher: fix regression in last upload

This commit is contained in:
Dustin Kirkland 2010-04-21 23:06:21 -05:00
commit ef7f5ef468
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
byobu (2.70) unreleased; urgency=low
* UNRELEASED
* usr/bin/byobu-launcher: fix regression in last upload
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 21 Apr 2010 15:07:17 -0500

View file

@ -24,6 +24,8 @@ if [ ! -r "$HOME/.byobu/disable-autolaunch" ]; then
if [ "$answer" = "y" ] || [ "$answer" = "Y" ]; then
exec /usr/bin/byobu
fi
else
exec /usr/bin/byobu
fi
fi
true