Commit c73ec4319383925d6b93986a751501acf4226421

Authored by Marco Antonio Konopacki
1 parent d5b26b8e

Incluindo mensagem para avisar qual diretório está sendo atualizado

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
scripts/update_masters.sh
... ... @@ -2,6 +2,8 @@
2 2  
3 3 function update_master {
4 4  
  5 + echo "Atualizando $1"
  6 +
5 7 branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
6 8  
7 9 git stash
... ...