You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an error occurs opening /dev/null on the second line, it will be written to stderr, but the first line just moved stderr to fd 3, so no message will appear.
busybox/networking/wget.c
Lines 718 to 719 in a07fead
If an error occurs opening /dev/null on the second line, it will be written to stderr, but the first line just moved stderr to fd 3, so no message will appear.