Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146113764
D40491.id123171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
714 B
Referenced Files
None
Subscribers
None
D40491.id123171.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D40491: Fix ports depends-list.sh
Attached
Detach File
Event Timeline
Log In to Comment