Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
6b3d5619
Verified
Commit
6b3d5619
authored
Jul 11, 2021
by
David Runge
Browse files
Merge remote-tracking branch 'nl6720/LC_ALL'
* nl6720/LC_ALL: mkarchiso: set LC_ALL instead of LANG
parents
59b5690e
1e5b3a57
Pipeline
#9659
passed with stages
in 45 minutes and 56 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
6b3d5619
...
...
@@ -6,7 +6,7 @@ set -e -u
# Control the environment
umask
0022
export
L
ANG
=
"C"
export
L
C_ALL
=
"C"
export
SOURCE_DATE_EPOCH
=
"
${
SOURCE_DATE_EPOCH
:-
"
$(
date
+%s
)
"
}
"
# Set application name from the script's file name
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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