From: Ben Gras Date: Mon, 12 Sep 2005 11:53:22 +0000 (+0000) Subject: Fix *.sh and run modes X-Git-Tag: v3.1.0~119 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=23623d1e5665647749685e5505eb9bf230db344d;p=minix.git Fix *.sh and run modes --- diff --git a/test/Makefile b/test/Makefile index 3cd5bdd80..c09156aae 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,6 +13,7 @@ BIGOBJ= test20 test24 ROOTOBJ= test11 test33 all: $(OBJ) $(BIGOBJ) $(ROOTOBJ) + chmod 755 *.sh run $(OBJ): $(CC) $(CFLAGS) -o $@ $@.c