fix typo in byobu

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

2
byobu
View file

@ -22,7 +22,7 @@ PKG="byobu"
SCREEN_REAL="/usr/bin/screen"
# Upgrade old config dir to the new name
[ -d "$HOME/.$OLDKPG" -a ! -e "$HOME/.$PKG" ] && mv -f "$HOME/.$OLDPKG" "$HOME/.$PKG"
[ -d "$HOME/.$OLDPKG" -a ! -e "$HOME/.$PKG" ] && mv -f "$HOME/.$OLDPKG" "$HOME/.$PKG"
# Create the .$PKG directory, if it doesn't already exist
[ -d "$HOME/.$PKG" ] || mkdir -p "$HOME/.$PKG"