mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Remove sed \r\n filtering, the change to fopen() by Wengier makes it unnecessary and actually causes extra newline chars on Linux every time update-dosbox-x-reference is run
This commit is contained in:
parent
bd5e2649ae
commit
8c5fd46afe
@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1
|
||||
sed $'s/$/\r/' 'dosbox-x.reference.conf' >'dosbox-x.reference.conf.tmp' || exit 1
|
||||
mv -v 'dosbox-x.reference.conf.tmp' 'dosbox-x.reference.conf' || exit 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user