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
634b95236029efa4ddc2c4722791312def3b4a2a
Authored by
Perry Werneck
2023-04-07 14:22:01 -0300
1 parent
682001fa
Exists in
develop
Fixing msys bundle.
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 @
634b952
...
...
@@ -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
...
...