]> git.pld-linux.org Git - packages/mksh.git/commitdiff
up to 52c auto/th/mksh-52c-1
authorJan Palus <atler@pld-linux.org>
Sat, 26 Mar 2016 10:18:03 +0000 (11:18 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Mar 2016 10:18:34 +0000 (11:18 +0100)
mksh-cmdline-length.patch
mksh.spec

index de55b3f1e2cd02037f4f2052381f49c310da9943..0225f51be8b3eaa92ea74bada7949c3a50d637b1 100644 (file)
@@ -4,8 +4,8 @@
  EXTERN char   *current_wd;
  
  /* input line size */
--#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (16384 - ALLOC_SIZE)
+-#define LINE          (4096 - ALLOC_OVERHEAD)
++#define LINE          (16384 - ALLOC_OVERHEAD)
  /*
   * Minimum required space to work with on a line - if the prompt leaves
   * less space than this on a line, the prompt is truncated.
index 8de14bfcb63027df2c8303004541f0bbbcd8fa6a..5c764f48235427462ec774df5d62e51331a412f0 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -6,12 +6,12 @@
 Summary:       MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
-Version:       52b
+Version:       52c
 Release:       1
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
-# Source0-md5: 123f713e71754da87a455b5fbe0b03b7
+# Source0-md5: cc3884e02314447e7b4a3073b8d65d1e
 Source1:       %{name}-mkshrc
 Source2:       get-source.sh
 Patch0:                %{name}-mkshrc_support.patch
This page took 0.080725 seconds and 4 git commands to generate.