mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu-launcher: fix regression in last upload
This commit is contained in:
parent
c7969147ed
commit
ef7f5ef468
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
||||||
byobu (2.70) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 21 Apr 2010 15:07:17 -0500
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@ if [ ! -r "$HOME/.byobu/disable-autolaunch" ]; then
|
||||||
if [ "$answer" = "y" ] || [ "$answer" = "Y" ]; then
|
if [ "$answer" = "y" ] || [ "$answer" = "Y" ]; then
|
||||||
exec /usr/bin/byobu
|
exec /usr/bin/byobu
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
exec /usr/bin/byobu
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue