File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3
3
set -u
4
4
set -e
5
5
6
+ LC_NUMERIC=C
7
+
6
8
CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
7
9
source " $CURRENT_DIR /helpers.sh"
8
10
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ set -u
4
+ set -e
5
+
6
+ LC_NUMERIC=C
7
+
3
8
CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
9
source " $CURRENT_DIR /helpers.sh"
5
10
Original file line number Diff line number Diff line change 3
3
set -u
4
4
set -e
5
5
6
+ LC_NUMERIC=C
7
+
6
8
CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
7
9
source " $CURRENT_DIR /helpers.sh"
8
10
Original file line number Diff line number Diff line change 3
3
set -u
4
4
set -e
5
5
6
+ LC_NUMERIC=C
7
+
6
8
CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
7
9
source " $CURRENT_DIR /helpers.sh"
8
10
You can’t perform that action at this time.
0 commit comments