Page MenuHomeFreeBSD

D27509.diff
No OneTemporary

D27509.diff

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

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)

Event Timeline