summaryrefslogtreecommitdiff
path: root/setup.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-22 13:11:25 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-22 13:11:25 +0000
commitba30e16f2f372980b244ea2c9ab781b81db45c0b (patch)
tree408826f5636d02fd1a7477d139f3be7f8be6512c /setup.pl
parent1be032cc33531158196d406f44de3fe8f1e8e8b0 (diff)
applying patch by David Van Ginneken, removing two last statements
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@129 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'setup.pl')
-rwxr-xr-xsetup.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.pl b/setup.pl
index b71a3562..865db4c6 100755
--- a/setup.pl
+++ b/setup.pl
@@ -279,7 +279,6 @@ sub get_latest_version {
if ($lwp) {
if ($urlresult = LWP::Simple::get("$versionurl")){
$latest_version = parse_links($urlresult);
- last;
} else {
print "not found";
}
@@ -292,7 +291,6 @@ sub get_latest_version {
if ($ok = ($ok =~ s/HTTP.*?200 //)) {
$urlresult = `lynx -dump $versionurl`;
$latest_version = parse_links($urlresult);
- last;
} else {
print "not found";
}