Skip to content

Fix bug in check_unique_controlFile.sh

Spyros Argyropoulos requested to merge fix4 into master

Description of bug

See #141 (closed)

Changes introduced

Add -type f in the first find command

Tests

Before

Screenshot_2021-05-13_at_08.24.34

Prints ERROR because it counts everything but prints only one file because in the printout we used find -type f

After

Screenshot_2021-05-13_at_08.25.09

Succeeds

Issues resolved

Closes #141 (closed)

Edited by Spyros Argyropoulos

Merge request reports