summarylogtreecommitdiffstats
path: root/coot.in
diff options
context:
space:
mode:
authorAlexander Minges2017-06-15 23:09:48 +0200
committerAlexander Minges2017-06-15 23:09:48 +0200
commite11d15ae5f4854822b587b144ee2d1fdc3fe7bb3 (patch)
tree71d23e1e860aceaf5c2555cbebf471fcd04e9bf3 /coot.in
parent056069196c12a5c4415a839b6eb9a99d0accf803 (diff)
downloadaur-e11d15ae5f4854822b587b144ee2d1fdc3fe7bb3.tar.gz
libtool-slayed
Diffstat (limited to 'coot.in')
-rw-r--r--coot.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/coot.in b/coot.in
index 0bef02913191..1be2adf79aaf 100644
--- a/coot.in
+++ b/coot.in
@@ -1,6 +1,6 @@
#!/bin/sh
# -*-shell-script-*-
-# coot wrapper script
+# coot wrapper script
# Copyright 2004, 2005, 2006, 2007 University of York
# written by Paul Emsley
@@ -16,7 +16,7 @@ coot_real=$current_exe_dir/coot-bin
# i.e. nothing below here need be changed.
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
-#
+#
prefix=$COOT_PREFIX
SYMINFO=$COOT_PREFIX/share/coot/syminfo.lib
@@ -28,12 +28,13 @@ COOT_RESOURCES_FILE=$COOT_PREFIX/share/coot/cootrc
COOT_REF_STRUCTS=$COOT_PREFIX/share/coot/reference-structures
COOT_PYTHON_DIR=
COOT_REFMAC_LIB_DIR=
+LC_ALL=C
PYTHONPATH=${PYTHONPATH:+"${PYTHONPATH}:"}$COOT_PYTHON_DIR
GUILE_WARN_DEPRECATED=no
-if [ -n "$LOCAL_GUILE_LOAD_PATH_EXTRAS" ] ; then
+if [ -n "$LOCAL_GUILE_LOAD_PATH_EXTRAS" ] ; then
GUILE_LOAD_PATH=${LOCAL_GUILE_LOAD_PATH_EXTRAS}:$GUILE_LOAD_PATH
export GUILE_LOAD_PATH
fi
@@ -52,10 +53,12 @@ export COOT_RESOURCES_FILE
export COOT_PIXMAPS_DIR
export COOT_DATA_DIR
+export LC_ALL
+
echo $coot_real $*
$coot_real $*
status=$?
if [ $status != 0 ] ; then
/usr/bin/guile1.8 -s $COOT_PREFIX/share/coot/scheme/coot-crash-catcher.scm $coot_real
-fi
+fi