]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-distro.patch
- update to 40c; mkshrc improved based on maintainer suggestions/code
[packages/mksh.git] / mksh-distro.patch
1 diff -ur mksh.org/check.t mksh/check.t
2 --- mksh.org/check.t    2011-06-12 16:59:07.000000000 +0200
3 +++ mksh/check.t        2011-07-12 08:00:42.528102214 +0200
4 @@ -25,7 +25,7 @@
5  # http://www.research.att.com/~gsf/public/ifs.sh
6  
7  expected-stdout:
8 -       @(#)MIRBSD KSH R40 2011/11/22
9 +       @(#)MIRBSD KSH R40 2011/11/22 @DISTRO@
10  description:
11         Check version of shell.
12  stdin:
13 diff -ur mksh.org/sh.h mksh/sh.h
14 --- mksh.org/sh.h       2011-06-12 16:59:09.000000000 +0200
15 +++ mksh/sh.h   2011-07-12 08:01:04.445312267 +0200
16 @@ -153,7 +153,7 @@
17  #ifdef EXTERN
18  __RCSID("$MirOS: src/bin/mksh/sh.h,v 1.484.2.8 2011/11/22 18:01:47 tg Exp $");
19  #endif
20 -#define MKSH_VERSION "R40 2011/11/22"
21 +#define MKSH_VERSION "R40 2011/11/22 @DISTRO@"
22  
23  #ifndef MKSH_INCLUDES_ONLY
24  
This page took 0.046504 seconds and 3 git commands to generate.