* screen-launcher-install: no need to check for executability of

screen-launcher

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-19 15:00:42 -05:00
commit 23c9c59e3b

View file

@ -23,7 +23,7 @@ PKG="byobu"
install_screen_launcher() {
dest=$1
launcher="screen-launcher"
launcher_line="\`echo \$- | grep -qs i\` && [ -x $launcher ] && $launcher"
launcher_line="\`echo \$- | grep -qs i\` && $launcher"
# Add it at the end
echo "$launcher_line" >> "$dest"
# Hush login, since byobu will handle motd printing