cleaned up some cruft

This commit is contained in:
inxi-svn 2011-05-20 08:32:01 +00:00
parent 32096b167f
commit af5ea2107f

3
inxi
View file

@ -1218,9 +1218,8 @@ script_self_updater()
else else
error_handler 16 error_handler 16
fi fi
fi
# now run the error handlers on any wget failure # now run the error handlers on any wget failure
if [[ $wget_error -gt 0 ]];then else
if [[ $2 == 'svn server' ]];then if [[ $2 == 'svn server' ]];then
error_handler 8 "$wget_error" error_handler 8 "$wget_error"
elif [[ $2 == 'alt server' ]];then elif [[ $2 == 'alt server' ]];then