Fix indentation
This commit is contained in:
parent
137c560333
commit
04342ecebb
|
@ -194,7 +194,7 @@ then
|
||||||
# Linux
|
# Linux
|
||||||
if [[ $linux = true ]]
|
if [[ $linux = true ]]
|
||||||
then
|
then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Compiling ${VERSION} Linux"
|
echo "Compiling ${VERSION} Linux"
|
||||||
echo ""
|
echo ""
|
||||||
./bin/gbuild -j ${proc} -m ${mem} --commit zcash=${COMMIT} --url zcash=${url} ../zcash/contrib/gitian-descriptors/gitian-linux.yml
|
./bin/gbuild -j ${proc} -m ${mem} --commit zcash=${COMMIT} --url zcash=${url} ../zcash/contrib/gitian-descriptors/gitian-linux.yml
|
||||||
|
|
Loading…
Reference in New Issue