From 05fc6c1859f6e73995bd343585699d8cf8c1f0a9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 14 Jan 2015 22:24:38 +0100 Subject: 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. --- rebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'rebuild') diff --git a/rebuild b/rebuild index bd53ad7..a23b963 100755 --- a/rebuild +++ b/rebuild @@ -1,5 +1,6 @@ #!/bin/sh set -e +export LC_ALL=C ./update ./clean -- cgit v1.2.3