Commit 634b95236029efa4ddc2c4722791312def3b4a2a

Authored by Perry Werneck
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
... ... @@ -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  
... ...