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 committed Feb 6, 2014
1 parent 8be52e6 commit a7e6f6f
Showing 1 changed file with 2 additions and 0 deletions.
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=POSIX

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

0 comments on commit a7e6f6f

Please sign in to comment.