Browse Source

Fix bug that shrc test conducted only on sh

pull/1/head
10sr 9 years ago
parent
commit
15316e736b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/run.sh

+ 1
- 1
test/run.sh View File

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






Loading…
Cancel
Save