diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-09 16:45:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-09 16:45:10 +0000 |
commit | d0ba39573fc478a30350c6c3cd90bf6df19b3500 (patch) | |
tree | c1eba7f189e9bc9e9926fa88772b0990686eb5c3 | |
parent | 7aea72f9d79162d97fbbd4c4b30edf41e0cac0e7 (diff) | |
download | mgaonline-d0ba39573fc478a30350c6c3cd90bf6df19b3500.tar mgaonline-d0ba39573fc478a30350c6c3cd90bf6df19b3500.tar.gz mgaonline-d0ba39573fc478a30350c6c3cd90bf6df19b3500.tar.bz2 mgaonline-d0ba39573fc478a30350c6c3cd90bf6df19b3500.tar.xz mgaonline-d0ba39573fc478a30350c6c3cd90bf6df19b3500.zip |
workaround an issue with browsers that sometimes drop the --bundle option
-rwxr-xr-x | mdkupdate | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ my %options = ( GetOptions(%options); +# workaround an issue with browsers that sometimes drop the --bundle option: +$bundle = shift @ARGV if $ARGV[0] =~ /\.bundle$/; + $bundle eq "webbundle" and mdkonline::get_site($startpage), exit(0); my $in; |