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