Skip to content

Commit

Permalink
Override/set LC_ALL env for all scram based projects
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 5, 2024
1 parent a99996f commit a1c826f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/scramrc/SCRAM/hooks/runtime/00-lc_all-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
case $SCRAM_ARCH in
slc6_*|slc7_*) echo "RUNTIME:variable:LC_ALL=C" ;;
* ) ;;
esac

0 comments on commit a1c826f

Please sign in to comment.