From 1232d59102187b7ac819fed677c7f024b24c1671 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sun, 11 May 2008 02:03:12 +0000 Subject: [PATCH] - ok, sh.s still not ready for primetime. globbing isnt working. will test more next time before adding it. --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 80168c7..c183a75 100644 --- a/build/Makefile +++ b/build/Makefile @@ -138,7 +138,7 @@ root usr protofs : init sh @$(TREECOPY) ../fs/new/etc root @$(TREECOPY) ../fs/usr . @cp init root/etc/init - @cp sh root/bin/sh + @cp sh root/bin/xsh @touch protofs # build filesystem images