Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109743234
D22952.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
798 B
Referenced Files
None
Subscribers
None
D22952.diff
View Options
Index: head/contrib/ncurses/ncurses/base/MKlib_gen.sh
===================================================================
--- head/contrib/ncurses/ncurses/base/MKlib_gen.sh
+++ head/contrib/ncurses/ncurses/base/MKlib_gen.sh
@@ -73,7 +73,7 @@
# determine if we are using gcc, and if so, what version because the proposed
# solution uses a nonstandard option.
PRG=`echo "$1" | $AWK '{ sub(/^[[:space:]]*/,""); sub(/[[:space:]].*$/, ""); print; }' || exit 0`
-FSF=`"$PRG" --version 2>/dev/null || exit 0 | fgrep "Free Software Foundation" | head -n 1`
+FSF=`("$PRG" --version 2>/dev/null || exit 0) | fgrep "Free Software Foundation" | head -n 1`
ALL=`"$PRG" -dumpversion 2>/dev/null || exit 0`
ONE=`echo "$ALL" | sed -e 's/\..*$//'`
if test -n "$FSF" && test -n "$ALL" && test -n "$ONE" ; then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 11:53 PM (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16566136
Default Alt Text
D22952.diff (798 B)
Attached To
Mode
D22952: ncurses: correct check for gcc >= 5.0
Attached
Detach File
Event Timeline
Log In to Comment