Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a8f250a3edf048a522ac140e9e362c127d800cb8
Authored by
Perry Werneck
2019-10-17 16:29:45 -0300
1 parent
ceb068ef
Exists in
v5.2
Removing debug message.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
win/pack.sh
Side-by-side Diff
Inline Diff
win/pack.sh
Wrap text
Diff comments
View file @
a8f250a
...
...
@@ -82,7 +82,6 @@ prepare()
82
82
if [ "${NAME_CHECK}" == "0" ]; then
83
83
TEMPVAR=${1}_branch
84
84
BRANCH=${!TEMPVAR}
85
- echo "${TEMPVAR}: ${BRANCH}"
86
85
else
87
86
BRANCH=""
88
87
fi
...
...