commit | b3d6e2df95a21034e41d46a18c71dd1c4e07e987 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Mar 13 22:57:56 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Mar 13 22:57:56 2001 +0000 |
tree | 2d549a0d8748a9673be658e193a8104149cf2c15 | |
parent | 798ab301c772cc18ab64f94386da3c7ec10daf42 [diff] [blame] |
Update the lash shell (hopefully the last time...) so things like echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik
diff --git a/Makefile b/Makefile index c3c0f71..6cf23a9 100644 --- a/Makefile +++ b/Makefile
@@ -299,6 +299,7 @@ - $(SHELL) $^ >$@ nfsmount.o cmdedit.o: %.o: %.h +sh.o: cmdedit.h $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile $(CC) -I- $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o