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
build.sh
1 1 #!/bin/sh
2 2 echo ""
3 3 echo ""
4   -if test -f "recipes/$1"
  4 +if test -d "recipes/$1"
5 5 then
6 6 sh recipes/$1/compile.sh
7 7 else
... ...