summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2009-10-26 19:49:37 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2009-10-26 19:49:37 +0100
commit918d66fd3706ba096d09bd2739a5c3f5ed2f5810 (patch)
tree7151e306ed0eaacbd234704d3a9cf6a653f49af6
parent8f66e50a5bd9054007637c879acce33644080819 (diff)
ause109: #i106228# initialize first
-rw-r--r--solenv/bin/mhids.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/mhids.pl b/solenv/bin/mhids.pl
index d94436d787da..642bc2175914 100644
--- a/solenv/bin/mhids.pl
+++ b/solenv/bin/mhids.pl
@@ -139,6 +139,7 @@ $filebase = $filename;
$filebase =~ s/.*[\\\/]//;
$filebase =~ s/\..*?$//;
# now stript it to something that doesn't togger vista execution prevention :(
+$flbs = $filebase;
$flbs =~ s/[aeiou]//g;
$workfile = "$tmpdir/${flbs}_".$$;
#$workfile =~ s/setup/set_up/;