Skip to content

Commit 6afa333

Browse files
author
Lucien Grondin
committed
fix debug line
1 parent fffba3f commit 6afa333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0032.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ debug()
3939

4040
bip32()
4141
if
42-
debug "${FUNCNAME[@]} $@"
42+
debug "${FUNCNAME[0]} $@"
4343
local OPTIND OPTARG o
4444
getopts hp:t o
4545
then

0 commit comments

Comments
 (0)