From 83173f691fb61d83479bd5a90d8e988448d0f2a5 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Mon, 10 Jan 2022 22:33:25 +0100 Subject: [PATCH] Move INCLUDE.FB into src/ subdir --- 8086/msdos/emulator/run-in-dosbox.sh | 2 +- 8086/msdos/{ => src}/INCLUDE.FB | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 8086/msdos/{ => src}/INCLUDE.FB (100%) diff --git a/8086/msdos/emulator/run-in-dosbox.sh b/8086/msdos/emulator/run-in-dosbox.sh index bbc00a3..6675b89 100755 --- a/8086/msdos/emulator/run-in-dosbox.sh +++ b/8086/msdos/emulator/run-in-dosbox.sh @@ -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 diff --git a/8086/msdos/INCLUDE.FB b/8086/msdos/src/INCLUDE.FB similarity index 100% rename from 8086/msdos/INCLUDE.FB rename to 8086/msdos/src/INCLUDE.FB