Page MenuHomeFreeBSD

D48391.1789624002.diff
No OneTemporary

Size
237 B
Referenced Files
None
Subscribers
None

D48391.1789624002.diff

diff --git a/usr.sbin/fwget/fwget.sh b/usr.sbin/fwget/fwget.sh
--- a/usr.sbin/fwget/fwget.sh
+++ b/usr.sbin/fwget/fwget.sh
@@ -47,7 +47,9 @@
log()
{
- echo "$@"
+ if [ "${QUIET}" != "y" ]; then
+ echo "$@"
+ fi
}
log_verbose()

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 17, 5:46 AM (4 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29722389
Default Alt Text
D48391.1789624002.diff (237 B)

Event Timeline