check-owner.pl: fix comments
Этот коммит содержится в:
родитель
c42e277385
Коммит
ccfee0cd2d
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights reserved.
|
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Simple script to check all the opal_show_help (and orte_show_help)
|
# Simple script to traverse the OMPI source tree that looks for
|
||||||
# strings against what is found in help files.
|
# owner.txt files, and generates <project>_mca_owner.md files.
|
||||||
#
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
@ -55,7 +55,7 @@ sub DebugDump {
|
|||||||
sub isTopDir {
|
sub isTopDir {
|
||||||
my ($d) = @_;
|
my ($d) = @_;
|
||||||
|
|
||||||
# trunk
|
# master
|
||||||
if (-f "$d/Makefile.ompi-rules") {
|
if (-f "$d/Makefile.ompi-rules") {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user