Commit 8a7b374
committed
Fix an issue when Ubuntu
To support directory array we try to run `bash` instead of `sh`
```
DIRS=(
./dir1
./dir2
)
```sh command doesn't support arrays1 parent b5ef63b commit 8a7b374
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments