mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
stat.sh: correct check for cloc
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c150d22a23
commit
cc0e3bec41
1 changed files with 1 additions and 1 deletions
2
stats.sh
2
stats.sh
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
cwd="$(pwd)"
|
||||
if ! type -p find ;then
|
||||
if ! type -p cloc ;then
|
||||
echo "cloc is not in your PATH"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue