Browse Source

profile: Do not use -v for variable check

pull/5/head
10sr 9 years ago
parent
commit
3bc4516ce9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      profile

+ 1
- 1
profile View File

@@ -88,7 +88,7 @@ then
TERM=screen-256color TERM=screen-256color
fi fi


if test '!' -v USER -a -v USERNAME
if test -z "$USER" -a -n "$USERNAME"
then then
export USER=$USERNAME export USER=$USERNAME
fi fi


Loading…
Cancel
Save