Fix bug introduced in 83b84b causing make to not get called.

This commit is contained in:
Jorge Bucaran 2016-02-16 12:06:25 +09:00 committed by Jorge Bucaran
parent 68480ebff9
commit 320c6f1cf5

View file

@ -1,5 +1,5 @@
function __fisher_path_make -a path
if test ! -s $path/Makefile -o ! -s $path/makefile
if test ! -s $path/Makefile -a ! -s $path/makefile
return
end