From fde04777d1d429fd0981002194f5c19599fda350 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 19 Feb 2018 20:00:07 +0330 Subject: [PATCH] Check availability of entr instead now that this works with it --- src/dev-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev-run.sh b/src/dev-run.sh index f713ce8..2c50dc5 100755 --- a/src/dev-run.sh +++ b/src/dev-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -for cmd in cmake ninja fswatch; do +for cmd in cmake ninja entr; do command -v $cmd >/dev/null 2>&1 || { echo >&2 "This script needs $cmd be installed"; exit 1; } done -- 2.7.4