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
369fccd1
Commit
369fccd1
authored
Jun 13, 2016
by
thomas.forbriger
Browse files
[FIX] (util): prepare proper file name for diff log
parent
5320756e
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/csbucomparecsfiles.sh
View file @
369fccd1
...
...
@@ -152,8 +152,8 @@ do
else
echo
$DOWNFILE
>>
$DEVIANT
echo
differs:
$DOWNFILE
|
tee
-a
$REPORT
LOGFILE
=
$TMPDIR
/
$(
echo
$FILE
|
tr
'/'
'_'
)
diff
$FILE
$DOWNFILE
>
$LOGFILE
LOGFILE
=
$TMPDIR
/
$(
echo
$FILE
|
cut
-c
2- |
tr
'/'
'_'
)
diff
$FILE
$DOWNFILE
>
$LOGFILE
2>&1
fi
else
echo
$DOWNFILE
>>
$MISSING
...
...
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