summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/utils.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-30 03:00:37 +0000
committerNorbert Preining <norbert@preining.info>2020-11-30 03:00:37 +0000
commitcb68d38823870fa7adb5f0c2b68cf59205dd4bec (patch)
tree8d6e29ee5d082dcbf1ad936b7025db071e9cf573 /support/pkgcheck/src/utils.rs
parent0cc87411bcebcb1b0d2a3488d7a7093024b58650 (diff)
CTAN sync 202011300300
Diffstat (limited to 'support/pkgcheck/src/utils.rs')
-rw-r--r--support/pkgcheck/src/utils.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/pkgcheck/src/utils.rs b/support/pkgcheck/src/utils.rs
index d047a97cb0..2dedc94ecd 100644
--- a/support/pkgcheck/src/utils.rs
+++ b/support/pkgcheck/src/utils.rs
@@ -114,7 +114,6 @@ impl Utils {
// fname is the base name without the directory part
pub fn check_for_hidden_directory(&self, fname: &str, dir_entry_str: &str) {
-
// We have to single out '.' and './' as they denote just the current directory
// That case may happen if pkgcheck gets called like: `pkgcheck -d .` or `pkgcheck -d ./`
if fname == "." || fname == "./" {