Add expect to list of known non-shells
This commit is contained in:
parent
47b971c582
commit
93debd3556
|
@ -2095,6 +2095,7 @@ readScript = do
|
||||||
badShells = [
|
badShells = [
|
||||||
"awk",
|
"awk",
|
||||||
"csh",
|
"csh",
|
||||||
|
"expect",
|
||||||
"perl",
|
"perl",
|
||||||
"python",
|
"python",
|
||||||
"ruby",
|
"ruby",
|
||||||
|
|
Loading…
Reference in New Issue