mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Shell script needs to use unix line endings or bash will not run it
This commit is contained in:
parent
682b977747
commit
fbeb46f6df
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
src/dosbox-x -defaultconf -defaultdir . -silent -c "config -ln \"English (United States)\" -wl contrib/translations/en/en_US.lng" || exit 1
|
||||
|
||||
exit 0
|
||||
#!/usr/bin/env bash
|
||||
src/dosbox-x -defaultconf -defaultdir . -silent -c "config -ln \"English (United States)\" -wl contrib/translations/en/en_US.lng" || exit 1
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user