mirror of
https://github.com/libretro/libretro-super
synced 2025-04-10 21:44:19 +00:00
Set export LC_ALL="C" - we don't need Unicode support and it seems
to speed things up
This commit is contained in:
parent
f7f700402a
commit
e17aa7990b
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
# vim: set ts=3 sw=3 noet ft=sh : bash
|
||||
# ----- setup -----
|
||||
export LC_ALL=C
|
||||
|
||||
# This will use an overridden value from the command-line if provided, otherwise just use the current date
|
||||
BOT="${BOT:-.}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user