escape backticks

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-01 09:02:10 -05:00
commit c775abfd82

View file

@ -23,7 +23,7 @@ PKG="byobu"
install_screen_launcher() { install_screen_launcher() {
dest=$1 dest=$1
launcher="/usr/bin/screen-launcher" launcher="/usr/bin/screen-launcher"
launcher_line="`echo \$- | grep -qs i` && [ -x $launcher ] && $launcher" launcher_line="\`echo \$- | grep -qs i\` && [ -x $launcher ] && $launcher"
# Add it at the end # Add it at the end
echo "$launcher_line" >> "$dest" echo "$launcher_line" >> "$dest"
} }