Correct if...fi syntax.

This commit is contained in:
James Spencer 2011-07-03 08:27:44 +01:00
commit a21d06c63b

View file

@ -21,7 +21,7 @@
PKG="byobu" PKG="byobu"
# Support two different backends (screen/tmux) # Support two different backends (screen/tmux)
if [ -z "$BYOBU_BACKEND" ]; if [ -z "$BYOBU_BACKEND" ]; then
[ -r "/etc/byobu/backend" ] && . "/etc/byobu/backend" [ -r "/etc/byobu/backend" ] && . "/etc/byobu/backend"
[ -r "$BYOBU_CONFIG_DIR/backend" ] && . "$BYOBU_CONFIG_DIR/backend" [ -r "$BYOBU_CONFIG_DIR/backend" ] && . "$BYOBU_CONFIG_DIR/backend"
fi fi