File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,8 @@ slug = 'bash_object'
4
4
version = ' 0.1.0'
5
5
authors = [' Edwin Kofler" <edwin@kofler.dev>' ]
6
6
7
- binDirs = [ ' pkg/bin' ]
7
+ [layout ]
8
+ binDirs = [ ' ./pkg/bin' ]
9
+
10
+ [requirements ]
8
11
dependencies = [ ' ztombol/bats-support@v0.3.0' , ' ztombol/bats-assert@v0.3.0' ]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ if [ -z "$BASALT_PACKAGE_PATH" ]; then
15
15
16
16
BASALT_PACKAGE_PATH=" ${BASALT_PACKAGE_PATH%/* } "
17
17
BASALT_PACKAGE_PATH=" ${BASALT_PACKAGE_PATH%/* } "
18
+ BASALT_PACKAGE_PATH=" ${BASALT_PACKAGE_PATH%/* } "
18
19
fi
19
20
20
21
for f in " $BASALT_PACKAGE_PATH " /pkg/lib/{,source/,util/}?* .sh; do
Original file line number Diff line number Diff line change 3
3
# TODO: test for -u and -o pipefail
4
4
set -e
5
5
6
- load ' ../pkg/ load.bash'
6
+ load ' ../load.bash'
7
7
load ' ./util/test_util.sh'
8
8
9
9
eval " $( basalt global init bash) "
You can’t perform that action at this time.
0 commit comments