Page MenuHomeFreeBSD

D40491.id123171.diff
No OneTemporary

D40491.id123171.diff

diff --git a/Mk/Scripts/depends-list.sh b/Mk/Scripts/depends-list.sh
--- a/Mk/Scripts/depends-list.sh
+++ b/Mk/Scripts/depends-list.sh
@@ -76,7 +76,7 @@
;;
esac
if [ -f ${d}/Makefile ]; then
- if [ -n $f ]; then
+ if [ -n "$f" ]; then
export FLAVOR=$f
fi
break
@@ -91,9 +91,9 @@
fi
case " ${checked} " in
- *\ ${d}\ *) continue ;; # Already checked
+ *\ ${port_display}\ *) continue ;; # Already checked
esac
- checked="${checked} ${d}"
+ checked="${checked} ${port_display}"
# Check if the dependency actually exists or skip otherwise.
if [ ! -d "${d}" ]; then
echo "${dp_PKGNAME}: \"${port_display}\" non-existent -- dependency list incomplete" >&2

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 28, 10:39 PM (4 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29076662
Default Alt Text
D40491.id123171.diff (714 B)

Event Timeline