Commit 2970ae544525c9bf18444f3ab2d8b30793202834
1 parent
1eec3f10
Exists in
master
Removi comando desnecess?rio de copia do arquivo final
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
build.sh
| @@ -4,7 +4,6 @@ echo "" | @@ -4,7 +4,6 @@ echo "" | ||
| 4 | if test -f "recipes/$1" | 4 | if test -f "recipes/$1" |
| 5 | then | 5 | then |
| 6 | sh recipes/$1/compile.sh | 6 | sh recipes/$1/compile.sh |
| 7 | - cp recipes/$1/build/barra-brasil.js app/templates/$1/ | ||
| 8 | else | 7 | else |
| 9 | echo "Error. Profile $1 does not exist." | 8 | echo "Error. Profile $1 does not exist." |
| 10 | fi | 9 | fi |