Skip to content

Commit

Permalink
Commands in static-includes now get executed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
demonbane committed Feb 5, 2009
1 parent c579db5 commit c5d69ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidmirror.pl
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
$retcode /= 256;
if ($retcode > 0) {
print "An error was encountered while performing the wget operation with $myurl! The exit code reported was $retcode. Please check $logdir/wget.log.0 for details.\n\n";
}elsif (! $quiet) {
print "wget with $myurl completed successfully!\n";
}else {
print "wget with $myurl completed successfully!\n" unless ($quiet);
if ($mycommand) {
chomp($mycommand);
chdir "$rootdir/$mypath" || die ("Unable to enter $rootdir/$mypath!\n");
Expand Down

0 comments on commit c5d69ba

Please sign in to comment.