Skip to content

Commit

Permalink
Trac #15791: Use LC_ALL=POSIX for character ranges
Browse files Browse the repository at this point in the history
URL: http://trac.sagemath.org/15791
Reported by: vbraun
Ticket author(s): Volker Braun
Reviewer(s): Jeroen Demeyer
  • Loading branch information
Release Manager authored and vbraun committed Feb 7, 2014
2 parents 81d288d + be4c4ad commit 71d88b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/pkgs/pari/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ set_environment()

# This is needed or there are weird locale problems involving rpath
# with building Sage:
LC_ALL=C
export LC_ALL
LANG=C
export LANG

Expand Down
2 changes: 2 additions & 0 deletions src/bin/sage-spkg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
# http://www.gnu.org/licenses/
#*****************************************************************************

# Avoid surprises with character ranges [a-z] in regular expressions
export LC_ALL=C

# error_msg(header, command)
# This is for printing an error message if something went wrong.
Expand Down

0 comments on commit 71d88b0

Please sign in to comment.