ソースを参照

profile: Do not use -v for variable check

pull/5/head
10sr 9年前
コミット
3bc4516ce9
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      profile

+ 1
- 1
profile ファイルの表示

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

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


読み込み中…
キャンセル
保存