Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129045 Details for
Bug 189994
app-portage/gentoolkit - eread will try to delete nonexistent file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip inexistant file
eread-0.2.4_pre6-inexistant_file.patch (text/plain), 330 bytes, created by
Ludovic Fauvet
on 2007-08-24 06:55:57 UTC
(
hide
)
Description:
Skip inexistant file
Filename:
MIME Type:
Creator:
Ludovic Fauvet
Created:
2007-08-24 06:55:57 UTC
Size:
330 bytes
patch
obsolete
>--- /usr/bin/eread 2007-08-24 08:40:28.000000000 +0200 >+++ ./eread 2007-08-24 08:49:25.000000000 +0200 >@@ -49,6 +49,10 @@ > break > ;; > *) >+ if [ ! -f ${FILE} ]; then >+ echo "${FILE} does not exist" >+ break >+ fi > ${PAGER} ${FILE} > read -p "Delete file? [y/N] " DELETE > case ${DELETE} in
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 189994
: 129045