From 0f23f2606d8566588a5a47e64f1295e832451090 Mon Sep 17 00:00:00 2001 From: Kunal Dabir Date: Tue, 11 Sep 2018 20:18:32 +0530 Subject: [PATCH] add project location in script --- has | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/has b/has index fcb3a2d..f8be05b 100755 --- a/has +++ b/has @@ -1,5 +1,7 @@ #!/usr/bin/env bash +## source: https://github.com/kdabir/has + ## Important so that version is not extracted for failed commands (not found) set -o pipefail @@ -182,5 +184,3 @@ else # echo ${OK} / $(($OK+$KO)) exit ${KO} fi - -