Skip to content

Commit ac9a4e8

Browse files
committed
Namecoin: Fix PYTHONPATH in convertBechAddress.sh
1 parent faf2072 commit ac9a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -e
22

3-
PYTHONPATH="test/functional/test_framework"
3+
export PYTHONPATH="test/functional/test_framework"
44
contrib/namecoin/convertBechAddress.py $@

0 commit comments

Comments
 (0)