diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-24 15:19:23 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-24 15:19:46 +0200 |
commit | 6c098943d600db20640264d52792c09ae336fdfb (patch) | |
tree | b1f5af83b46786e37085d001833ded1f314c452f /solenv | |
parent | 4aa90f2f7473f244c5fb48d8795339e59384b147 (diff) |
OK, so this was not just a bogus stray mess :)
Change-Id: I39287c4bf882438c409157ab5e4fa586f5289c5c
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/msishortcutproperty.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/msishortcutproperty.pm b/solenv/bin/modules/installer/windows/msishortcutproperty.pm index a2afa4f60a3d..d15cb46af599 100644 --- a/solenv/bin/modules/installer/windows/msishortcutproperty.pm +++ b/solenv/bin/modules/installer/windows/msishortcutproperty.pm @@ -143,3 +143,6 @@ sub create_msishortcutproperty_table push(@installer::globals::logfileinfo, $infoline); } } + + +1; |