add project location in script

This commit is contained in:
Kunal Dabir 2018-09-11 20:18:32 +05:30 committed by GitHub
parent d18ace12fd
commit 0f23f2606d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
has
View File

@ -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