diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/qa/tools/mkeffects.pl | 2 | ||||
-rw-r--r-- | slideshow/qa/tools/mktransitions.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/qa/tools/mkeffects.pl b/slideshow/qa/tools/mkeffects.pl index 2c9322cbfbf2..1c5faea927df 100644 --- a/slideshow/qa/tools/mkeffects.pl +++ b/slideshow/qa/tools/mkeffects.pl @@ -77,7 +77,7 @@ sub zip_dirtree # First transfer the drive from $cwd to $zip_name. This is a # workaround for a bug in file_name_is_absolute which thinks - # the the path \bla is an absolute path under DOS. + # the path \bla is an absolute path under DOS. my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name); my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd); $volume = $volume_cwd if ($volume eq ""); diff --git a/slideshow/qa/tools/mktransitions.pl b/slideshow/qa/tools/mktransitions.pl index 1bfdade5ae00..de39a0b08f4d 100644 --- a/slideshow/qa/tools/mktransitions.pl +++ b/slideshow/qa/tools/mktransitions.pl @@ -77,7 +77,7 @@ sub zip_dirtree # First transfer the drive from $cwd to $zip_name. This is a # workaround for a bug in file_name_is_absolute which thinks - # the the path \bla is an absolute path under DOS. + # the path \bla is an absolute path under DOS. my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name); my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd); $volume = $volume_cwd if ($volume eq ""); |