projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090b4f0
)
make -i'*suffix' work too
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 8 Jul 1998 20:17:43 +0000
(20:17 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 8 Jul 1998 20:17:43 +0000
(20:17 +0000)
p4raw-id: //depot/perl@1378
doio.c
patch
|
blob
|
history
diff --git
a/doio.c
b/doio.c
index
f74f0ea
..
3a365bf
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-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);