Commit f0f01935 by John Donnal

merged

parents 2a0ce404 cf737abe
Showing with 3 additions and 2 deletions
check that imagemagick is installed (needed for data view saving in lumen)
......@@ -12,10 +12,10 @@ if [[ ! -p $pipe ]]; then
fi
# set the locale if empty
if [ -z "$LC_ALL"]; then
if [ -z "$LC_ALL" ]; then
export LC_ALL=C.UTF-8
fi
if [ -z "$LANG"]; then
if [ -z "$LANG" ]; then
export LANG=C.UTF-8
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment