[wget-notify] [bug #23348] Incorrect exit status on recursive
download
anonymous
INVALID.NOREPLY at gnu.org
Sat May 24 12:46:07 PDT 2008
URL:
<http://savannah.gnu.org/bugs/?23348>
Summary: Incorrect exit status on recursive download
Project: GNU Wget
Submitted by: None
Submitted on: Saturday 05/24/2008 at 19:46 UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name: Cipriano Groenendal
Originator Email: wget at cipri.com
Open/Closed: Open
Discussion Lock: Any
Release: 1.10.2
Operating System: GNU/Linux
Reproducibility: Every Time
Fixed Release: None
Planned Release: None
Regression: None
Work Required: None
Patch Included: None
_______________________________________________________
Details:
When wget is run with the -r(ecursive) flag, it always exits with a status of
0, eve if the initial file does not exist, unlike when run without this flag
Examples:
[cipri at orion ~]$ wget http://www.example.org/nonexistant; echo $?
1
[cipri at orion ~]$ wget -r http://www.example.org/nonexistant; echo $?
0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23348>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the wget-notify
mailing list