]> Zhao Yanbai Git Server - minix.git/commitdiff
start a.out2com script with 'sh' (Bug#365.1, reported by Antoine Leca)
authorDavid van Moolenbroek <david@minix3.org>
Tue, 5 Jan 2010 09:21:55 +0000 (09:21 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 5 Jan 2010 09:21:55 +0000 (09:21 +0000)
boot/Makefile

index 99afcbe58aff78bc620c6c42b6c76215458aada2..759fc5d5b5a8560f25e4a96d054b588319d4c919 100644 (file)
@@ -60,13 +60,13 @@ dosboot:    doshead.o dosboot.o bootimage.o rawfs86.o
                doshead.o dosboot.o bootimage.o rawfs86.o $(LIBS)
 
 boot.com:      dosboot
-       ./a.out2com dosboot boot.com
+       exec sh a.out2com dosboot boot.com
 
 mkfile:        mkfhead.s mkfile.c
        $(LD) -.o -mi86 -com -o $@ mkfhead.s mkfile.c $(LIBS)
 
 mkfile.com:    mkfile
-       ./a.out2com mkfile mkfile.com
+       exec sh a.out2com mkfile mkfile.com
 
 installboot:   installboot.o rawfs.o
        $(CC) $(STRIP) -o installboot installboot.o rawfs.o