mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Fix bug introduced in 83b84b causing make to not get called.
This commit is contained in:
parent
495c877668
commit
19e5f79eed
@ -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…
Reference in New Issue
Block a user