]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-distro.patch
7ead54994ad4d2e08fbafcefa64ce65d9b16a6b1
[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 2012/03/20
9 +       @(#)MIRBSD KSH R40 2012/03/20 @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.16 2012/03/24 21:22:43 tg Exp $");
19  #endif
20 -#define MKSH_VERSION "R40 2012/03/20"
21 +#define MKSH_VERSION "R40 2012/03/20 @DISTRO@"
22  
23  /* arithmetic types: C implementation */
24  #if !HAVE_CAN_INTTYPES
This page took 0.060079 seconds and 2 git commands to generate.