projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
efdc43f
)
Fix my refactoring typo in change 33001 that broke suidperl, only spotted 11
Nicholas Clark [Mon, 12 Jan 2009 22:20:34 +0000 (22:20 +0000)]
months later, after 5.8.9 was released.
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
c6c856d
..
d02514c
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-3665,7
+3665,7
@@
S_open_script(pTHX_ const char *scriptname, bool dosearch,
* perl with that fd as it has always done.
*/
}
- if (*suidscript) {
+ if (!*suidscript) {
Perl_croak(aTHX_ "suidperl needs (suid) fd script\n");
}
#else /* IAMSUID */