inpcom.c: exclude command 'shell' from lower case letter transformation

reported by Dominique Michel
[Ngspice-users] gs is confused with the shell command

shell gs -dBATCH -dNOPAUSE -sDEVICE=png256 -sOutputFile="plot.png"
This commit is contained in:
rlar 2014-01-19 16:35:10 +01:00
parent e58de3187c
commit 66281cad4e
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ inp_read(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile)
!ciprefix(".inc", buffer) &&
!ciprefix("codemodel", buffer) &&
!ciprefix("echo", buffer) &&
!ciprefix("shell", buffer) &&
!ciprefix("source", buffer) &&
!ciprefix("load", buffer)
)