Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 29, 2023
1 parent f7915ce commit a7f3068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts_binaryFinder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for i in $DEPLOY_BINS; \


# Remove system applications from commands.txt, because they cause problems:
# THIS CURRENTLY DOESNT WORK. It also removes commands that have system commands as subsets. E.g. dicom-sort will be removed because it contains sort.
# THIS CURRENTLY DOESN'T WORK. It also removes commands that have system commands as subsets. E.g. dicom-sort will be removed because it contains sort.
# getListOfSystemCommandsToBeDeleted() {
# printf '%s\n' `cat ts_binaryFinderExcludes.txt`
# }
Expand Down

0 comments on commit a7f3068

Please sign in to comment.