diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 20:17:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 20:17:43 +0000 |
commit | 3d66d7bbcb640a64506c070858513969e07f7fc1 (patch) | |
tree | 1d86488f68cc54567772f3d5df8b060b8aacb0cb | |
parent | 090b4f0513848c0ccbec22da7dc15718fbce8e4e (diff) | |
download | perl-3d66d7bbcb640a64506c070858513969e07f7fc1.tar.gz |
make -i'*suffix' work too
p4raw-id: //depot/perl@1378
-rw-r--r-- | doio.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -430,6 +430,8 @@ nextargv(register GV *gv) sv_catpvn(sv, oldname, oldlen); begin = ++star; } while ((star = strchr(begin, '*'))); + if (*begin) + sv_catpv(sv,begin); } else { sv_catpv(sv,inplace); |