mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
escape backticks
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
108583b907
commit
c775abfd82
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue