Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
csback
Commits
3394666f
Commit
3394666f
authored
Jun 13, 2016
by
thomas.forbriger
Browse files
[FEATURE] (util): let csbucscheck.sh operate on a sorted directory list
parent
370e3d2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/csbucscheck.sh
View file @
3394666f
...
...
@@ -159,7 +159,7 @@ HERE
# ----------------------------------------------------------------------------
# cycle through all checksum files
# --------------------------------
for
FILE
in
$(
find
$DATADIR
-name
$CHECKSUMFILE
)
for
FILE
in
$(
find
$DATADIR
-name
$CHECKSUMFILE
|
sort
)
do
echo
check
$FILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment