diff options
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 300c36c09..9b3437ebc 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -267,7 +267,7 @@ if ($webdotbase =~ /^https?:/) { close $pngfh; # On Windows $pngfilename will contain \ instead of / - $pngfilename =~ s|\\|/|g if $^O eq 'MSWin32'; + $pngfilename =~ s|\\|/|g if ON_WINDOWS; # Under mod_perl, pngfilename will have an absolute path, and we # need to make that into a relative path. |