Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
3212ece7
Commit
3212ece7
authored
4 years ago
by
svornost
Browse files
Options
Downloads
Patches
Plain Diff
casing for consistency
parent
c2f76904
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devTools/concatFiles.bat
+1
-1
1 addition, 1 deletion
devTools/concatFiles.bat
with
1 addition
and
1 deletion
devTools/concatFiles.bat
+
1
−
1
View file @
3212ece7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
:: Concatenates files from dir %1 specified with wildcard %2 and outputs result to %3
:: Concatenates files from dir %1 specified with wildcard %2 and outputs result to %3
:: temporary codepage change to avoid mojibake
:: temporary codepage change to avoid mojibake
FOR
/f
"tokens=2 delims=:."
%%x
IN
(
'CHCP'
)
DO
SET
_
cp
=
%%x
FOR
/f
"tokens=2 delims=:."
%%x
IN
(
'CHCP'
)
DO
SET
_
CP
=
%%x
CHCP
65001
>
NUL
CHCP
65001
>
NUL
:: TODO Proper temp file instead of bin\list.txt
:: TODO Proper temp file instead of bin\list.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment