summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aif.sh b/src/aif.sh
index 8920b37..45399ae 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -11,6 +11,7 @@ LOG_DIR=/var/log/aif
LOGFILE=$LOG_DIR/aif.log
DISCLAIMER="Note that despite our careful coding and proper testing there may still be bugs in this software.\n
When you are doing this installation on a system where some data must be preserved, we suggest you make a backup first"
+export LC_COLLATE=C # for consistent sorting behavior
###### Early bootstrap ######