From e73d751459a5777809a18ec322e3e7f6db59ce9d Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 7 Aug 2023 00:15:22 +0300 Subject: Extract function to parse sub arg inside parens --- test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 399f65e..41bfa8c 100755 --- a/test.sh +++ b/test.sh @@ -11,4 +11,5 @@ set INCLUDE68=e:\\sierra\\include set TEMP=c:\\tmp END echo "asm68 -l -Q -o test1.o test1.S" >>"$dosbuild_dir/build.bat" +echo "asm68 -l -Q -o test2.o test2.S" >>"$dosbuild_dir/build.bat" dosemu -quiet -K "$dosbuild_dir" -E'build.bat' -- cgit v1.2.3