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 33set -u
44set -e
55
6+ LC_NUMERIC=C
7+
68CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
79source " $CURRENT_DIR /helpers.sh"
810
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ set -u
4+ set -e
5+
6+ LC_NUMERIC=C
7+
38CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
49source " $CURRENT_DIR /helpers.sh"
510
Original file line number Diff line number Diff line change 33set -u
44set -e
55
6+ LC_NUMERIC=C
7+
68CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
79source " $CURRENT_DIR /helpers.sh"
810
Original file line number Diff line number Diff line change 33set -u
44set -e
55
6+ LC_NUMERIC=C
7+
68CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
79source " $CURRENT_DIR /helpers.sh"
810
You can’t perform that action at this time.
0 commit comments