Commit 1f43f3037d9ae22d220663c4dcf37586cba2ec69

Authored by carlos.vieira
1 parent 0c44fba0
Exists in master

Corre??o no build.sh para verificar por diret?rio e n?o arquivo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 #!/bin/sh 1 #!/bin/sh
2 echo "" 2 echo ""
3 echo "" 3 echo ""
4 -if test -f "recipes/$1" 4 +if test -d "recipes/$1"
5 then 5 then
6 sh recipes/$1/compile.sh 6 sh recipes/$1/compile.sh
7 else 7 else