Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Use posix locale for regex
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun authored and jdemeyer committed Feb 7, 2014
1 parent a5c1ade commit be4c4ad
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 be4c4ad

Please sign in to comment.