summaryrefslogtreecommitdiffstats
path: root/use-mpv-release
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-14 22:24:38 +0100
committerwm4 <wm4@nowhere>2015-01-14 22:24:38 +0100
commit05fc6c1859f6e73995bd343585699d8cf8c1f0a9 (patch)
tree7fd0a8630fcee1eb79c61292e050deabd1084dde /use-mpv-release
parent99de00a0ded4f751f79e6c138d85df6244c71ee6 (diff)
downloadmpv-build-05fc6c1859f6e73995bd343585699d8cf8c1f0a9.tar.bz2
mpv-build-05fc6c1859f6e73995bd343585699d8cf8c1f0a9.tar.xz
Forcefully disable locale nonsense
Likes to break scripts. In this case, a russian user had a weird problem with building mpv: the ffmpeg include files were not found. Maybe the locale broke installing ffmpeg. Adding this to every top-level script (annoyingly), but I won't add them to the files in the scripts/ directory. The user normally doesn't need to call them directly, so don't bother.
Diffstat (limited to 'use-mpv-release')
-rwxr-xr-xuse-mpv-release1
1 files changed, 1 insertions, 0 deletions
diff --git a/use-mpv-release b/use-mpv-release
index 21f48cd..c9fd7a8 100755
--- a/use-mpv-release
+++ b/use-mpv-release
@@ -1,4 +1,5 @@
#!/bin/sh
set -e
+export LC_ALL=C
scripts/switch-branch mpv release