Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
SUFFIX => '.png',
DIR => $webdotdir);
binmode $pngfh;
- open(DOT, "$webdotbase -Tpng $filename|");
+ open(DOT, "\"$webdotbase\" -Tpng $filename|");
binmode DOT;
print $pngfh $_ while <DOT>;
close DOT;
SUFFIX => '.map',
DIR => $webdotdir);
binmode $mapfh;
- open(DOT, "$webdotbase -Tismap $filename|");
+ open(DOT, "\"$webdotbase\" -Tismap $filename|");
binmode DOT;
print $mapfh $_ while <DOT>;
close DOT;