]> git.pld-linux.org Git - packages/mksh.git/blame - mksh-no_stop_alias.patch
up to 50f
[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 10 "functions=typeset -f",
2e6ba03e
ER
11
12--- mksh-50f/mksh.1~ 2015-04-13 01:32:55.000000000 +0300
13+++ mksh-50f/mksh.1 2015-04-22 12:28:32.070141365 +0300
d236736d 14@@ -1131,7 +1131,6 @@
d4eb7072
KK
15 nohup=\*(aqnohup \*(aq
16 r=\*(aqfc \-e \-\*(aq
2e6ba03e 17 source=\*(aqPATH=$PATH:. command .\*(aq
d4eb7072 18-stop=\*(aqkill \-STOP\*(aq
d4eb7072
KK
19 type=\*(aqwhence \-v\*(aq
20 .Ed
d236736d 21 .Pp
2e6ba03e 22-- mksh-49/check.t~ 2014-01-11 20:10:02.000000000 +0200
d236736d
ER
23+++ mksh-49/check.t 2014-01-20 14:21:32.202611748 +0200
24@@ -6766,7 +6766,6 @@
d4eb7072
KK
25 nohup='nohup '
26 r='fc -e -'
27 source='PATH=$PATH:. command .'
28- stop='kill -STOP'
d4eb7072
KK
29 type='whence -v'
30 ---
d236736d
ER
31 name: aliases-1-hartz4
32@@ -6834,7 +6833,6 @@
d4eb7072
KK
33 nohup='nohup '
34 r='fc -e -'
35 source='PATH=$PATH:. command .'
36- stop='kill -STOP'
d4eb7072
KK
37 type='whence -v'
38 ---
d236736d
ER
39 name: aliases-3b
40@@ -6857,7 +6855,6 @@
d4eb7072
KK
41 nohup='nohup '
42 r='fc -e -'
43 source='PATH=$PATH:. command .'
44- stop='kill -STOP'
d4eb7072
KK
45 type='whence -v'
46 ---
d236736d 47 name: aliases-2b-hartz4
This page took 0.099467 seconds and 4 git commands to generate.