python and python3
This commit is contained in:
parent
00d2c557dd
commit
d67e31c9d9
|
@ -32,6 +32,9 @@ zcash_binaries_dir_path=${HOME}/zcash-binaries
|
|||
build_dir_path=${gitian_builder_repo_path}/build
|
||||
suite_descriptors_dir_path=${gitian_builder_repo_path}/suites
|
||||
|
||||
#workaround python and python3
|
||||
ln -s $(which python3) $(which python3 | sed 's/3//g')
|
||||
|
||||
# Help Message
|
||||
read -d '' usage <<- EOF
|
||||
Usage: $scriptName [-c|u|v|b|o|h|j|m|] signer version
|
||||
|
|
Loading…
Reference in New Issue