FreeBSD Bugzilla – Attachment 179286 Details for
Bug 216442
Remove some legacy code from do-fetch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
do-fetch.diff (text/plain), 726 bytes, created by
Mathieu Arnold
on 2017-01-24 17:54:39 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2017-01-24 17:54:39 UTC
Size:
726 bytes
patch
obsolete
>base commit: r432360 >diff --git Mk/Scripts/do-fetch.sh Mk/Scripts/do-fetch.sh >index 879120e..6b646c9 100644 >--- Mk/Scripts/do-fetch.sh >+++ Mk/Scripts/do-fetch.sh >@@ -44,11 +44,11 @@ for _file in "${@}"; do > fi > done > fi >- if [ '(' -f "${file}" -o -f "$filebasename" ')' -a "$force_fetch" != "true" ]; then >+ if [ -f "${file}" -a "$force_fetch" != "true" ]; then > continue > fi > full_file="${dp_DIST_SUBDIR:+${dp_DIST_SUBDIR}/}${file}" >- if [ -L "$file" -o -L "$filebasename" ]; then >+ if [ -L "$file" ]; then > ${dp_ECHO_MSG} "=> ${dp_DISTDIR}/$file is a broken symlink." > ${dp_ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?" > ${dp_ECHO_MSG} "=> Please correct this problem and try again."
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 216442
: 179286