lean2/bin
Soonho Kong d950338980 fix(bin/linja): which does not look for 'sbin'
Ubuntu-12/14 has two packages which provide a binary file `ninja`:

 1. ninja : http://forkbomb.org/ninja/
 2. ninja-build : http://martine.github.io/ninja/

We had a case where a user has ninja installed instead of ninja-build,
then linja confuses that it has ninja-build and tries to use it.

This commit excludes a directory whose name includes "sbin" in finding a
system program. As a result, `which` will not find ninja[1] which
resides at /usr/sbin.
2015-03-24 11:13:14 -04:00
..
.gitignore feat(bin): add linja.in and LEAN_BIN_DEP cmake option 2015-02-04 15:46:08 -08:00
leanemacs.bat.in feat(CMakeLists.txt): add leanemacs.bat for Windows 2015-01-30 14:16:57 -08:00
leanemacs.in feat(bin/leanemacs): allow user to provide arguments (e.g., .lean files) to leanemacs script 2015-01-31 17:41:50 -08:00
leantags feat(python): add python 3 compatibility 2015-01-21 17:13:55 -05:00
linja.in fix(bin/linja): which does not look for 'sbin' 2015-03-24 11:13:14 -04:00
test_leanemacs feat(bin/leanemacs): allow user to provide arguments (e.g., .lean files) to leanemacs script 2015-01-31 17:41:50 -08:00
version fix(frontends/lean/parser_config): binder(s) rbp was not being saved in .olean file 2014-11-23 17:49:14 -08:00