]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-distro.patch
- up to 42
[packages/mksh.git] / mksh-distro.patch
1 --- mksh-42/sh.h~       2013-02-12 07:20:52.764918024 +0100
2 +++ mksh-42/sh.h        2013-02-12 07:21:57.486460200 +0100
3 @@ -166,7 +166,7 @@
4  #ifdef EXTERN
5  __RCSID("$MirOS: src/bin/mksh/sh.h,v 1.634.2.1 2013/02/11 17:25:03 tg Exp $");
6  #endif
7 -#define MKSH_VERSION "R42 2013/02/10"
8 +#define MKSH_VERSION "R42 2013/02/10 @DISTRO@"
9  
10  /* arithmetic types: C implementation */
11  #if !HAVE_CAN_INTTYPES
12 --- mksh-42/check.t~    2013-02-11 14:07:19.000000000 +0100
13 +++ mksh-42/check.t     2013-02-12 07:21:38.082664463 +0100
14 @@ -29,7 +29,7 @@
15  # http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/regression/bin/test/regress.sh?rev=HEAD
16  
17  expected-stdout:
18 -       @(#)MIRBSD KSH R42 2013/02/10
19 +       @(#)MIRBSD KSH R42 2013/02/10 @DISTRO@
20  description:
21         Check version of shell.
22  stdin:
This page took 0.034673 seconds and 3 git commands to generate.