File tree 6 files changed +18
-0
lines changed
6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
9
+ if [ " $base_dir " = " /" ]; then
10
+ base_dir=" "
11
+ fi
9
12
10
13
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
11
14
Original file line number Diff line number Diff line change 7
7
set -ue
8
8
9
9
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
10
+ if [ " $base_dir " = " /" ]; then
11
+ base_dir=" "
12
+ fi
10
13
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
11
14
12
15
: " ${KSQL_LOG4J_OPTS:= " " } "
Original file line number Diff line number Diff line change 2
2
# (Copyright) [2020] Confluent, Inc.
3
3
4
4
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
5
+ if [ " $base_dir " = " /" ]; then
6
+ base_dir=" "
7
+ fi
5
8
6
9
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
7
10
Original file line number Diff line number Diff line change 12
12
fi
13
13
14
14
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
15
+ if [ " $base_dir " = " /" ]; then
16
+ base_dir=" "
17
+ fi
15
18
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
16
19
17
20
: " ${KSQL_LOG4J_OPTS:= " " } "
Original file line number Diff line number Diff line change 7
7
set -ue
8
8
9
9
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
10
+ if [ " $base_dir " = " /" ]; then
11
+ base_dir=" "
12
+ fi
10
13
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
11
14
12
15
: " ${KSQL_LOG4J_OPTS:= " " } "
Original file line number Diff line number Diff line change 7
7
set -ue
8
8
9
9
base_dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd )
10
+ if [ " $base_dir " = " /" ]; then
11
+ base_dir=" "
12
+ fi
10
13
: " ${KSQL_CONFIG_DIR:= " $base_dir /config" } "
11
14
12
15
: " ${KSQL_LOG4J_OPTS:= " " } "
You can’t perform that action at this time.
0 commit comments