inifile.pm (9780544f) | inifile.pm (b274bc22) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 120 unchanged lines hidden (view full) --- 129 130 push(@inifiletable, $oneline); 131 } 132 133 # Saving the file 134 135 my $inifiletablename = $basedir . $installer::globals::separator . "IniFile.idt"; 136 installer::files::save_file($inifiletablename ,\@inifiletable); | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 120 unchanged lines hidden (view full) --- 129 130 push(@inifiletable, $oneline); 131 } 132 133 # Saving the file 134 135 my $inifiletablename = $basedir . $installer::globals::separator . "IniFile.idt"; 136 installer::files::save_file($inifiletablename ,\@inifiletable); |
137 my $infoline = "Created idt file: $inifiletablename\n"; 138 push(@installer::globals::logfileinfo, $infoline); 139 | 137 $installer::logger::Lang->printf("Created idt file: %s\n", $inifiletablename); |
140} 141 1421; | 138} 139 1401; |