almost hack ${foo//bar/baz} support for real, now

still one corner case left ☹
→ 11:09⎜«Han:#UnixNL» Ik _haat_ bash
⇒ kann ich mich nur anschließen…
This commit is contained in:
tg
2008-02-27 11:24:12 +00:00
parent 01b54f1fd5
commit 85b0cb20eb
4 changed files with 169 additions and 44 deletions

4
sh.h
View File

@ -8,8 +8,8 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.188 2008/02/27 01:00:10 tg Exp $"
#define MKSH_VERSION "R33 2008/02/26"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.189 2008/02/27 11:24:12 tg Exp $"
#define MKSH_VERSION "R33 2008/02/27"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>