Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
808dac07
Commit
808dac07
authored
Dec 18, 2018
by
Ondřej Surý
Browse files
Properly detect msys/msys2 environment in the stop.pl script.
parent
8b10b07d
Pipeline
#8110
passed with stages
in 10 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/stop.pl
View file @
808dac07
...
...
@@ -188,7 +188,7 @@ sub send_signal {
my
$result
=
0
;
if
(
$^O
eq
'
cygwin
')
{
if
(
$^O
eq
'
cygwin
'
||
$^O
eq
'
msys
'
)
{
my
$killout
=
`
/bin/kill -f -
$signal
$pid
2>&1
`;
chomp
(
$killout
);
$result
=
1
if
(
$killout
eq
'');
...
...
Ondřej Surý
@ondrej
mentioned in commit
39644e4d
·
Dec 19, 2018
mentioned in commit
39644e4d
mentioned in commit 39644e4d348e0e9bad7fb168ade914e8f4847518
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
c1c10ca2
·
Dec 19, 2018
mentioned in commit
c1c10ca2
mentioned in commit c1c10ca2b9793ee323aa95f2c9521cbbd359d57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment