Move INCLUDE.FB into src/ subdir

This commit is contained in:
Philip Zembrod 2022-01-10 22:33:25 +01:00
parent dd5db3ecd5
commit 83173f691f
2 changed files with 1 additions and 1 deletions

View File

@ -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