hyperledger / fabric-samples

Samples for Hyperledger Fabric
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
2.81k stars 3.4k forks source link

test-network envVar.sh script improvement #1195

Closed denyeart closed 7 months ago

denyeart commented 7 months ago

Change shell script to use single equals.

In my shell environment single bracket with double equals did not work. It caused failure when running the chaincode-external tutorial README.

It looks like for maximum portability, it is best to use single bracket with single equals.

denyeart commented 7 months ago

@mergifyio rebase

mergify[bot] commented 7 months ago

rebase

✅ Branch has been successfully rebased

denyeart commented 7 months ago

@satota2 I found this while testing your chaincode-external updates...