Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157715 Details for
Bug 196728
Parallel mkdir failures on Gentoo/FreeBSD.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eclass/ELT-patches/install-sh/1.5.4 proposed patch
1.5.4 (text/plain), 537 bytes, created by
Javier Villavicencio (RETIRED)
on 2008-06-20 09:47:47 UTC
(
hide
)
Description:
eclass/ELT-patches/install-sh/1.5.4 proposed patch
Filename:
MIME Type:
Creator:
Javier Villavicencio (RETIRED)
Created:
2008-06-20 09:47:47 UTC
Size:
537 bytes
patch
obsolete
>--- install-sh 2006-03-25 20:04:46 +0000 >+++ install-sh 2007-09-14 10:53:29 +0100 >@@ -246,7 +246,10 @@ > fi > > if test -n "$dir_arg"; then >- $doit $mkdircmd "$dst" \ >+ { $doit $instcmd "$dst" || lasterr=$? >+ # It's ok for mkdir to fail if the directory already exists. >+ test -d "$dst" || { (exit ${lasterr-1}); exit; } >+ } \ > && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ > && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ > && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
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 196728
:
134127
|
157713
|
157715
|
157717
|
157725