Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110015958
D27509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D27509.diff
View Options
Index: head/usr.bin/xargs/xargs.c
===================================================================
--- head/usr.bin/xargs/xargs.c
+++ head/usr.bin/xargs/xargs.c
@@ -782,7 +782,7 @@
(void)fprintf(stderr, "?...");
(void)fflush(stderr);
if ((response = fgetln(ttyfp, &rsize)) == NULL ||
- regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) {
+ regcomp(&cre, nl_langinfo(YESEXPR), REG_EXTENDED) != 0) {
(void)fclose(ttyfp);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 12:50 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16627836
Default Alt Text
D27509.diff (461 B)
Attached To
Mode
D27509: xargs: yesexpr is no longer basic RE
Attached
Detach File
Event Timeline
Log In to Comment