Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b0454
)
sparkline: show error if php does not run
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 14 Oct 2009 20:59:21 +0000
(16:59 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 14 Oct 2009 20:59:21 +0000
(16:59 -0400)
IkiWiki/Plugin/sparkline.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/sparkline.pm
b/IkiWiki/Plugin/sparkline.pm
index c1f016ffd0e7055bae3f5ba72f9f04b643285c01..fb4849492eb0e20aad9045bae2d51902885abfb5 100644
(file)
--- a/
IkiWiki/Plugin/sparkline.pm
+++ b/
IkiWiki/Plugin/sparkline.pm
@@
-149,7
+149,7
@@
sub preprocess (@) {
waitpid $pid, 0;
$SIG{PIPE}="DEFAULT";
- if ($sigpipe) {
+ if ($sigpipe
|| ! defined $png
) {
error gettext("failed to run php");
}