fixes sed illegal byte sequence error (#1521)
This commit is contained in:
parent
a72ea0abca
commit
1487135415
@ -27,6 +27,8 @@ command_path() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
extract_initial_comment_block() {
|
extract_initial_comment_block() {
|
||||||
|
LC_CTYPE=C
|
||||||
|
LANG=C
|
||||||
sed -ne "
|
sed -ne "
|
||||||
/^#/ !{
|
/^#/ !{
|
||||||
q
|
q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user