]> git.pld-linux.org Git - packages/mksh.git/blame - mksh-no_stop_alias.patch
Revert "- behave as proper sh when invoked as /bin/sh, wothout fancy, incompatible...
[packages/mksh.git] / mksh-no_stop_alias.patch
CommitLineData
d236736d
ER
1--- mksh-49/main.c~ 2014-01-20 14:20:05.000000000 +0200
2+++ mksh-49/main.c 2014-01-20 14:20:37.166725505 +0200
3@@ -74,7 +74,6 @@
d4eb7072
KK
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",
d4eb7072
KK
8 #endif
9 "autoload=typeset -fu",
d236736d
ER
10 "functions=typeset -f",
11--- mksh-49/mksh.1~ 2014-01-11 20:10:06.000000000 +0200
12+++ mksh-49/mksh.1 2014-01-20 14:21:04.704670524 +0200
13@@ -1131,7 +1131,6 @@
d4eb7072
KK
14 nameref=\*(aqtypeset \-n\*(aq
15 nohup=\*(aqnohup \*(aq
16 r=\*(aqfc \-e \-\*(aq
17-stop=\*(aqkill \-STOP\*(aq
d4eb7072
KK
18 type=\*(aqwhence \-v\*(aq
19 .Ed
d236736d
ER
20 .Pp
21--- mksh-49/check.t~ 2014-01-11 20:10:02.000000000 +0200
22+++ mksh-49/check.t 2014-01-20 14:21:32.202611748 +0200
23@@ -6766,7 +6766,6 @@
d4eb7072
KK
24 nohup='nohup '
25 r='fc -e -'
26 source='PATH=$PATH:. command .'
27- stop='kill -STOP'
d4eb7072
KK
28 type='whence -v'
29 ---
d236736d
ER
30 name: aliases-1-hartz4
31@@ -6834,7 +6833,6 @@
d4eb7072
KK
32 nohup='nohup '
33 r='fc -e -'
34 source='PATH=$PATH:. command .'
35- stop='kill -STOP'
d4eb7072
KK
36 type='whence -v'
37 ---
d236736d
ER
38 name: aliases-3b
39@@ -6857,7 +6855,6 @@
d4eb7072
KK
40 nohup='nohup '
41 r='fc -e -'
42 source='PATH=$PATH:. command .'
43- stop='kill -STOP'
d4eb7072
KK
44 type='whence -v'
45 ---
d236736d 46 name: aliases-2b-hartz4
This page took 0.063375 seconds and 4 git commands to generate.