mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-16 11:33:01 +02:00
FOUND-649: random validation problems (#373)
This commit is contained in:
@@ -15,6 +15,11 @@ source "${0%/*}"/_stack_lib.sh
|
|||||||
# Where are we?
|
# Where are we?
|
||||||
: "${BLACKBOX_HOME:="$(cd "${0%/*}" ; pwd)"}" ;
|
: "${BLACKBOX_HOME:="$(cd "${0%/*}" ; pwd)"}" ;
|
||||||
|
|
||||||
|
# Make grep and sort work like it did in the 1970s:
|
||||||
|
# Without this, blackbox fails to match filenames in blackbox-files.txt
|
||||||
|
export LC_ALL='C'
|
||||||
|
export LANG='en_US.UTF-8'
|
||||||
|
|
||||||
# What are the candidates for the blackbox data directory?
|
# What are the candidates for the blackbox data directory?
|
||||||
#
|
#
|
||||||
# The order of candidates matter. The first entry of the array
|
# The order of candidates matter. The first entry of the array
|
||||||
|
|||||||
Reference in New Issue
Block a user