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

pull/445/head
Jorge Bucaran 9 years ago
parent 36217629e2
commit 97b30dc97f
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save