Skip to content

Commit

Permalink
add project location in script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabir authored Sep 11, 2018
1 parent d18ace1 commit 0f23f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions has
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -182,5 +184,3 @@ else
# echo ${OK} / $(($OK+$KO))
exit ${KO}
fi


0 comments on commit 0f23f26

Please sign in to comment.