Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5902 Details for
Bug 10872
cvs.eclass doesnt like whitespace in module names
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against cvs.eclass 2002-11-24 06:50:19
cvs.eclass.patch (text/plain), 1.14 KB, created by
Georgi Georgiev
on 2002-11-23 17:35:04 UTC
(
hide
)
Description:
patch against cvs.eclass 2002-11-24 06:50:19
Filename:
MIME Type:
Creator:
Georgi Georgiev
Created:
2002-11-23 17:35:04 UTC
Size:
1.14 KB
patch
obsolete
>--- /var/portage/eclass/cvs.eclass 2002-11-24 06:50:19.000000000 +0900 >+++ cvs.eclass 2002-11-24 08:26:04.000000000 +0900 >@@ -285,13 +285,13 @@ > > if [ -n "$ECVS_SUBDIR" ]; then > if [ -n "$ECVS_LOCAL" ]; then >- cp -f "$ECVS_TOP_DIR/$ECVS_MODULE/$ECVS_SUBDIR/*" "$WORKDIR/$ECVS_MODULE/$ECVS_SUBDIR" >+ cp -f "$ECVS_TOP_DIR/$ECVS_MODULE/$ECVS_SUBDIR/"* "$WORKDIR/$ECVS_MODULE/$ECVS_SUBDIR" > else > cp -Rf "$ECVS_TOP_DIR/$ECVS_MODULE/$ECVS_SUBDIR" "$WORKDIR/$ECVS_MODULE/$ECVS_SUBDIR/.." > fi > else > if [ -n "$ECVS_LOCAL" ]; then >- cp -f "$ECVS_TOP_DIR/$ECVS_MODULE/*" "$WORKDIR/$ECVS_MODULE" >+ cp -f "$ECVS_TOP_DIR/$ECVS_MODULE/"* "$WORKDIR/$ECVS_MODULE" > else > cp -Rf "$ECVS_TOP_DIR/$ECVS_MODULE" "$WORKDIR" > fi >@@ -300,7 +300,7 @@ > # if the directory is empty, remove it; empty directories cannot exist in cvs. > # this happens when fex. kde-source requests module/doc/subdir which doesn't exist. > # still create the empty directory in workdir though. >- if [ "`ls -A $DIR`" == "CVS" ]; then >+ if [ "`ls -A \"$DIR\"`" == "CVS" ]; then > debug-print "$FUNCNAME: removing cvs-empty directory $ECVS_MODULE/$ECVS_SUBDIR" > rm -rf "$DIR" > fi
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 10872
:
5853
| 5902