Skip to content

Commit 4f202ca

Browse files
committed
fix: bash.d.sh correctly targets souce dir
1 parent 5fd90cd commit 4f202ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bash.d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BASHDDIR=$(dirname "$0")
3+
BASHDDIR=$(dirname "$0")/..
44

55
# shellcheck disable=SC2086
66
USAGE="$(basename $0) [-e <config>|-d config|-l]"

0 commit comments

Comments
 (0)