aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbofind1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbofind b/sbofind
index 0db08a6..92054dd 100755
--- a/sbofind
+++ b/sbofind
@@ -70,6 +70,7 @@ sub perform_search {
my $tags_file = "$config{SBO_HOME}/repo/TAGS.txt";
my @names;
if (-f $tags_file) {
+ _race::cond('$tags_file may be deleted after -f check');
my ($t_fh, $t_exit) = open_read "$config{SBO_HOME}/repo/TAGS.txt";
unless ($t_exit) {
while (my $line = <$t_fh>) {