]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix *.sh and run modes
authorBen Gras <ben@minix3.org>
Mon, 12 Sep 2005 11:53:22 +0000 (11:53 +0000)
committerBen Gras <ben@minix3.org>
Mon, 12 Sep 2005 11:53:22 +0000 (11:53 +0000)
test/Makefile

index 3cd5bdd8010c198176250994ebc5e098209bf99d..c09156aae2950f31e05ae1f63e9f39fdf2e0484f 100644 (file)
@@ -13,6 +13,7 @@ BIGOBJ=  test20 test24
 ROOTOBJ= test11 test33
 
 all:   $(OBJ) $(BIGOBJ) $(ROOTOBJ)
+       chmod 755 *.sh run
 
 $(OBJ):
        $(CC) $(CFLAGS) -o $@ $@.c