FreeBSD Bugzilla – Attachment 7120 Details for
Bug 15667
A bug when the pathname with some space
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 377 bytes, created by
mihs
on 1999-12-24 17:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mihs
Created:
1999-12-24 17:20:02 UTC
Size:
377 bytes
patch
obsolete
>--- file.c.orig Sat Dec 25 01:04:09 1999 >+++ file.c Sat Dec 25 01:05:08 1999 >@@ -490,7 +490,7 @@ > else > strcpy(args, "-z"); > strcat(args, " -xpf"); >- if (vsystem("tar %s %s %s", args, pkg, flist ? flist : "")) { >+ if (vsystem("tar %s '%s' %s", args, pkg, flist ? flist : "")) { > warnx("tar extract of %s failed!", pkg); > return 1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15667
: 7120