Commit f6dfecc8 authored by Upnode's avatar Upnode Committed by GitHub

Fix command testing syntax

parent 7a7ee94f
......@@ -86,7 +86,7 @@ nuke: clean devnet-clean
.PHONY: nuke
devnet-up:
@if ! command -v geth &> /dev/null then \
@if ! [ -x "$(command -v geth)" ]; then \
make install-geth; \
fi
@if [ ! -e op-program/bin ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment