We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f6b09 commit 5c7d597Copy full SHA for 5c7d597
GPU/GPUTracking/Definitions/Parameters/csv_to_json.sh
@@ -2,8 +2,8 @@
2
3
[[ -z $1 ]] && { echo "Usage: csv_to_json.sh CSV_FILE"; exit 1; }
4
5
-LANG=C
6
-LC_ALL=C
+export LANG=C
+export LC_ALL=C
7
DELIM=$'\xFF'
8
set -o pipefail
9
sed -E \
0 commit comments