mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 08:29:50 -04:00
[misc] fix minor MinGW warnings
* Also update localization to version 1.0.22
This commit is contained in:
parent
b4a2c06a2e
commit
f01043feda
6 changed files with 38 additions and 14 deletions
|
@ -1,7 +1,8 @@
|
|||
# This sed script removes everything we don't need from rufus.loc, for embedding.
|
||||
|
||||
# remove comments (aggressively!)
|
||||
s/#.*$//
|
||||
# remove comments (but not so aggressively as to drop the end of MSG_298!)
|
||||
s/^#.*$//
|
||||
s/[ \t]#.*$//
|
||||
|
||||
# remove empty lines
|
||||
/^$/d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue