mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-10-31 19:04:43 +00:00
Move INCLUDE.FB into src/ subdir
This commit is contained in:
parent
dd5db3ecd5
commit
83173f691f
@ -25,7 +25,7 @@ auto_c=""
|
||||
autocmd=""
|
||||
if [ -n "${forth}" ]; then
|
||||
auto_c="-c"
|
||||
autocmd="${forth} path f:\\;f:\\tests ${forthcmd} ${bye}"
|
||||
autocmd="${forth} path f:\\;f:\\src;f:\\tests ${forthcmd} ${bye}"
|
||||
fi
|
||||
|
||||
dosbox -c "mount f ${basedir}" -c "f:" "${auto_c}" "${autocmd}" $exit
|
||||
|
Loading…
Reference in New Issue
Block a user