diff --git a/build.sh b/build.sh index 8306e61..ace8101 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "" echo "" -if test -f "recipes/$1" +if test -d "recipes/$1" then sh recipes/$1/compile.sh else -- libgit2 0.21.2