From: Ebrahim Byagowi Date: Mon, 19 Feb 2018 16:30:07 +0000 (+0330) Subject: Check availability of entr instead now that this works with it X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fde04777d1d429fd0981002194f5c19599fda350;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Check availability of entr instead now that this works with it --- 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