Skip to content

Commit 5c7d597

Browse files
committed
Export language variables
Old code only works if the variables were already exported.
1 parent f9f6b09 commit 5c7d597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Definitions/Parameters/csv_to_json.sh

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

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

5-
LANG=C
6-
LC_ALL=C
5+
export LANG=C
6+
export LC_ALL=C
77
DELIM=$'\xFF'
88
set -o pipefail
99
sed -E \

0 commit comments

Comments
 (0)