-
-
Notifications
You must be signed in to change notification settings - Fork 959
Commit 5f128e8
committed
Move effect of "set -x" into default shell command
This also adds "--noprofile --norc" to the Cygwin shell command
as a speed optimization (bash doesn't need to source its scripts).
That only changes the Cygwin workflow; in the Ubuntu workflow,
"--noprofile --norc" had already been included by default when no
shell was specified, so having it there is to *keep* the optimized
behavior that was already in use.1 parent 4eef3ec commit 5f128e8
2 files changed
+6
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | - | ||
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | - | ||
39 | + | ||
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 | - | ||
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
49 | - | ||
50 | - | ||
51 | 47 |
| |
52 | 48 |
| |
53 | 49 |
| |
| |||
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 | - | ||
60 | 55 |
| |
61 | 56 |
| |
62 | 57 |
| |
63 | 58 |
| |
64 | - | ||
65 | 59 |
| |
66 | 60 |
| |
67 | 61 |
| |
68 | 62 |
| |
63 | + | ||
69 | 64 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
24 | + | ||
25 | + | ||
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
| |||
35 | 38 |
| |
36 | 39 |
| |
37 | 40 |
| |
38 | - | ||
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
44 | - | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
49 | - | ||
50 | - | ||
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
| |||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 | - | ||
60 | - | ||
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
| |||
67 | 64 |
| |
68 | 65 |
| |
69 | 66 |
| |
70 | - | ||
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 | - | ||
76 | 71 |
| |
77 | 72 |
| |
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
81 | 76 |
| |
82 | 77 |
| |
83 | - | ||
84 | 78 |
| |
85 | 79 |
| |
86 | 80 |
| |
87 | 81 |
| |
88 | 82 |
| |
89 | - | ||
90 | 83 |
| |
91 | 84 |
|
0 commit comments