We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ea36ba + 15d8953 commit 4333081Copy full SHA for 4333081
contrib/check-help-strings.pl
100755
100644
@@ -1,6 +1,7 @@
1
#!/usr/bin/env perl
2
#
3
# Copyright (c) 2014-2022 Cisco Systems, Inc. All rights reserved.
4
+# Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
5
# $COPYRIGHT$
6
7
# Simple script to check all the opal_show_help (and orte_show_help)
@@ -94,6 +95,7 @@ sub match_files {
94
95
# Don't recurse down "special" directories
96
if (-d $_ &&
97
((/^\.deps$/) || (/^\.libs$/) ||
98
+ (/3rd-party/) ||
99
(/^\.svn$/) || (/^\.hg$/) || (/^\.git$/))) {
100
$File::Find::prune = 1;
101
return;
0 commit comments