]> TLD Linux GIT Repositories - packages/mksh.git/blobdiff - mksh-cmdline-length.patch
- update to 53a, apply missed circumflex patch
[packages/mksh.git] / mksh-cmdline-length.patch
diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch
deleted file mode 100644 (file)
index 0225f51..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mksh-48b/sh.h~     2013-10-15 09:18:13.000000000 +0200
-+++ mksh-48b/sh.h      2013-10-15 09:18:46.706838235 +0200
-@@ -985,7 +985,7 @@
- EXTERN char   *current_wd;
- /* input line 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.