From 1f43f3037d9ae22d220663c4dcf37586cba2ec69 Mon Sep 17 00:00:00 2001 From: carlos.vieira Date: Thu, 3 Apr 2014 11:40:17 -0300 Subject: [PATCH] Corre??o no build.sh para verificar por diret?rio e n?o arquivo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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