]> git.pld-linux.org Git - packages/mksh.git/blobdiff - mksh-no_stop_alias.patch
- up to 51
[packages/mksh.git] / mksh-no_stop_alias.patch
index 5805c0584909d9d5045cfee440e63643bbeb44bb..b0260764c3c6ebe124973b86cb908236b8de951b 100644 (file)
@@ -1,47 +1,49 @@
---- mksh-49/main.c~    2014-01-20 14:20:05.000000000 +0200
-+++ mksh-49/main.c     2014-01-20 14:20:37.166725505 +0200
-@@ -74,7 +74,6 @@
- #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
-       /* not in Android for political reasons */
-       /* not in ARGE mksh due to no job control */
--      "stop=kill -STOP",
- #endif
-       "autoload=typeset -fu",
-       "functions=typeset -f",
-
---- mksh-50f/mksh.1~   2015-04-13 01:32:55.000000000 +0300
-+++ mksh-50f/mksh.1    2015-04-22 12:28:32.070141365 +0300
-@@ -1131,7 +1131,6 @@
- nohup=\*(aqnohup \*(aq
- r=\*(aqfc \-e \-\*(aq
- source=\*(aqPATH=$PATH:. command .\*(aq
--stop=\*(aqkill \-STOP\*(aq
- type=\*(aqwhence \-v\*(aq
- .Ed
- .Pp
--- mksh-49/check.t~    2014-01-11 20:10:02.000000000 +0200
-+++ mksh-49/check.t    2014-01-20 14:21:32.202611748 +0200
-@@ -6766,7 +6766,6 @@
+diff -urN mksh.org/check.t mksh/check.t
+--- mksh.org/check.t   2015-07-10 21:36:57.000000000 +0200
++++ mksh/check.t       2015-07-13 09:29:23.388948055 +0200
+@@ -7467,7 +7467,6 @@
        nohup='nohup '
-       r='fc -e -'
-       source='PATH=$PATH:. command .'
--      stop='kill -STOP'
-       type='whence -v'
+       r='\builtin fc -e -'
+       source='PATH=$PATH:. \command .'
+-      stop='\kill -STOP'
+       type='\builtin whence -v'
  ---
  name: aliases-1-hartz4
-@@ -6834,7 +6833,6 @@
+@@ -7532,7 +7531,6 @@
        nohup='nohup '
-       r='fc -e -'
-       source='PATH=$PATH:. command .'
--      stop='kill -STOP'
-       type='whence -v'
+       r='\builtin fc -e -'
+       source='PATH=$PATH:. \command .'
+-      stop='\kill -STOP'
+       type='\builtin whence -v'
  ---
  name: aliases-3b
-@@ -6857,7 +6855,6 @@
+@@ -7555,7 +7553,6 @@
        nohup='nohup '
-       r='fc -e -'
-       source='PATH=$PATH:. command .'
--      stop='kill -STOP'
-       type='whence -v'
+       r='\builtin fc -e -'
+       source='PATH=$PATH:. \command .'
+-      stop='\kill -STOP'
+       type='\builtin whence -v'
  ---
  name: aliases-2b-hartz4
+diff -urN mksh.org/main.c mksh/main.c
+--- mksh.org/main.c    2015-07-10 21:37:01.000000000 +0200
++++ mksh/main.c        2015-07-13 09:29:08.398575771 +0200
+@@ -74,7 +74,6 @@
+ #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
+       /* not in Android for political reasons */
+       /* not in ARGE mksh due to no job control */
+-      "stop=\\kill -STOP",
+ #endif
+       "autoload=\\typeset -fu",
+       "functions=\\typeset -f",
+diff -urN mksh.org/mksh.1 mksh/mksh.1
+--- mksh.org/mksh.1    2015-07-10 21:36:05.000000000 +0200
++++ mksh/mksh.1        2015-07-13 09:29:15.412083285 +0200
+@@ -1131,7 +1131,6 @@
+ nohup=\*(aqnohup \*(aq
+ r=\*(aq\ebuiltin fc \-e \-\*(aq
+ source=\*(aqPATH=$PATH:. \ecommand .\*(aq
+-stop=\*(aq\ekill \-STOP\*(aq
+ type=\*(aq\ebuiltin whence \-v\*(aq
+ .Ed
+ .Pp
This page took 0.027891 seconds and 4 git commands to generate.