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
parent 36217629e2
commit 97b30dc97f
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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