]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-distro.patch
1cce60c595e75e3bb7ae588a65e8ac6da407c254
[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/07/16
9 +       @(#)MIRBSD KSH R40 2011/07/16 @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.476 2011/06/12 14:58:45 tg Exp $");
19  #endif
20 -#define MKSH_VERSION "R40 2011/07/16"
21 +#define MKSH_VERSION "R40 2011/07/16 @DISTRO@"
22  
23  #ifndef MKSH_INCLUDES_ONLY
24  
This page took 0.024514 seconds and 2 git commands to generate.