ソースを参照

Fix bug that shrc test conducted only on sh

pull/1/head
10sr 9年前
コミット
15316e736b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/run.sh

+ 1
- 1
test/run.sh ファイルの表示

@@ -10,7 +10,7 @@ sh "$top"/setup.sh help
# shrc
for sh in sh bash zsh
do
sh -n "$top"/shrc
$sh -n "$top"/shrc
done




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