Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177437
b: refs/heads/master
c: 8f11d85
h: refs/heads/master
i:
  177435: 508ca6f
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Dec 15, 2009
1 parent 9ceb968 commit e782a77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3a7cb7bb1d7bd989982314cf6f90ec392890006
refs/heads/master: 8f11d85a0e7e9025acea7493e6864089c8b52f42
6 changes: 5 additions & 1 deletion trunk/tools/perf/util/trace-event-perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,11 @@ static int perl_start_script(const char *script, int argc, const char **argv)
goto error;
}

perl_run(my_perl);
if (perl_run(my_perl)) {
err = -1;
goto error;
}

if (SvTRUE(ERRSV)) {
err = -1;
goto error;
Expand Down

0 comments on commit e782a77

Please sign in to comment.