whitespace fixes
This commit is contained in:
parent
5320b7bf2a
commit
78150c0d9b
|
@ -21,12 +21,12 @@ sub archname {
|
||||||
return 'x86-winnt';
|
return 'x86-winnt';
|
||||||
}
|
}
|
||||||
elsif ($os =~ /linux/) {
|
elsif ($os =~ /linux/) {
|
||||||
if ($arch =~ /_64/) {
|
if ($arch =~ /_64/) {
|
||||||
return 'amd64-linux';
|
return 'amd64-linux';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return 'x86-linux';
|
return 'x86-linux';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($os =~ /hpux/) {
|
elsif ($os =~ /hpux/) {
|
||||||
if ($vers =~ /11\./) {
|
if ($vers =~ /11\./) {
|
||||||
|
|
Loading…
Reference in New Issue