After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670154 - use os.sep instead of literal '/' in hbuild/utils/fileutils.py
use os.sep instead of literal '/' in hbuild/utils/fileutils.py
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-02-15 17:59 UTC by Marcin Wojdyr
Modified: 2012-02-16 22:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.81 KB, patch)
2012-02-15 17:59 UTC, Marcin Wojdyr
committed Details | Review

Description Marcin Wojdyr 2012-02-15 17:59:18 UTC
Created attachment 207687 [details] [review]
patch

use os.sep instead of literal '/' in hbuild/utils/fileutils.py

This is needed to make Windows/MSYS build work.
Comment 1 Colin Walters 2012-02-16 22:56:22 UTC
Review of attachment 207687 [details] [review]:

Looks fine.