Skip to content

Commit 6c759a2

Browse files
authored
Export language variables (#15164)
Old code only works if the variables were already exported.
1 parent 4112fd1 commit 6c759a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GPU/GPUTracking/Definitions/Parameters/csv_to_json.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[[ -z $1 ]] && { echo "Usage: csv_to_json.sh CSV_FILE"; exit 1; }
44

5-
LANG=C
6-
LC_ALL=C
7-
DELIM=$'\xFF'
5+
export LANG=C
6+
export LC_ALL=C
7+
DELIM=$'\x1F'
88
set -o pipefail
99
sed -E \
1010
':loop

0 commit comments

Comments
 (0)