]> Nishi Git Mirror - gwion.git/commit
:art: Check if file is regular before compilation
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 14:48:29 +0000 (16:48 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 14:48:29 +0000 (16:48 +0200)
commitbfe11879e4858648bc9814b3b33918de16181746
tree785083abbf4e069577fa294f8840a515c1534cbc
parent4bbca207e0f61f4485a0b650c320faba13bc0dfd
:art: Check if file is regular before compilation

Was needed for window not to hang on
```sh
./gwion.exe some_directory
```
src/compile.c
tests/sh/opt.sh