]> git.pld-linux.org Git - packages/mksh.git/blame - mksh-no_stop_alias.patch
- rel back to 0.1, https://bugs.launchpad.net/mksh/+bug/1179287
[packages/mksh.git] / mksh-no_stop_alias.patch
CommitLineData
d4eb7072
KK
1--- mksh-40.org/main.c 2011-07-07 17:21:37.608256172 +0100
2+++ mksh-40/main.c 2011-07-07 17:22:44.980829725 +0100
3@@ -73,7 +73,6 @@
4 #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
5 /* not in Android for political reasons */
6 /* not in ARGE mksh due to no job control */
7- "stop=kill -STOP",
8 "suspend=kill -STOP $$",
9 #endif
10 "autoload=typeset -fu",
11--- mksh-40.org/mksh.1 2011-06-12 16:34:43.000000000 +0100
12+++ mksh-40/mksh.1 2011-07-07 17:23:08.177234851 +0100
13@@ -1092,7 +1092,6 @@
14 nameref=\*(aqtypeset \-n\*(aq
15 nohup=\*(aqnohup \*(aq
16 r=\*(aqfc \-e \-\*(aq
17-stop=\*(aqkill \-STOP\*(aq
18 suspend=\*(aqkill \-STOP $$\*(aq
19 type=\*(aqwhence \-v\*(aq
20 .Ed
21--- mksh-40.orig/check.t 2011-07-07 17:43:03.450369958 +0100
22+++ mksh-40/check.t 2011-07-07 17:43:24.303467293 +0100
23@@ -5941,7 +5941,6 @@
24 nohup='nohup '
25 r='fc -e -'
26 source='PATH=$PATH:. command .'
27- stop='kill -STOP'
28 suspend='kill -STOP $$'
29 type='whence -v'
30 ---
31@@ -6010,7 +6009,6 @@
32 nohup='nohup '
33 r='fc -e -'
34 source='PATH=$PATH:. command .'
35- stop='kill -STOP'
36 suspend='kill -STOP $$'
37 type='whence -v'
38 ---
39@@ -6034,7 +6032,6 @@
40 nohup='nohup '
41 r='fc -e -'
42 source='PATH=$PATH:. command .'
43- stop='kill -STOP'
44 suspend='kill -STOP $$'
45 type='whence -v'
46 ---
This page took 0.073875 seconds and 4 git commands to generate.