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
682001fad41467dd6d759ab92c546aa35b837155
Authored by
Perry Werneck
2023-04-07 13:54:39 -0300
1 parent
b03c8a3f
Exists in
develop
Fixing bundle name.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/bundle.msys
Side-by-side Diff
Inline Diff
win/bundle.msys
Wrap text
Diff comments
View file @
682001f
...
...
@@ -26,7 +26,7 @@
26
26
#
27
27
28
28
# Load bundle functions
29
-. "$(dirname $(readlink -f "${0}"))/bundle
.
common"
29
+. "$(dirname $(readlink -f "${0}"))/bundle
-
common"
30
30
31
31
prepare
32
32
...
...