Page MenuHomeFreeBSD

D9318.id24523.diff
No OneTemporary

D9318.id24523.diff

Index: head/Mk/Scripts/do-fetch.sh
===================================================================
--- head/Mk/Scripts/do-fetch.sh
+++ head/Mk/Scripts/do-fetch.sh
@@ -44,11 +44,11 @@
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."

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 20, 7:14 PM (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14279521
Default Alt Text
D9318.id24523.diff (707 B)

Event Timeline