office-gobmx/sysui
Stephan Bergmann 54df1aa066 Fix Perl loop reading a list of file names from the command line
while (<>) { ... }

opens all the file names given on the command line in succession, and executes
the loop body once for every line read from those files.  So the existing loop
processed each file over and over N times, where N is the number of lines in
that file.  This appears to have been broken ever since the code's introduction
in be63ae6cba "INTEGRATION: CWS networker3
(1.1.2); FILE ADDED: 2004/05/20 11:38:58 obr 1.1.2.1: #i20355#,#i20356# new
directories for system wide desktop integration".

Change-Id: I8b4f0c6812bf3ba42da4b7c55c38e52c91dd4229
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91558
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-04-02 13:13:39 +02:00
..
desktop Fix Perl loop reading a list of file names from the command line 2020-04-02 13:13:39 +02:00
CustomTarget_deb.mk
CustomTarget_infoplist.mk
CustomTarget_rpm.mk
CustomTarget_share.mk Missing dependency 2020-04-02 11:02:58 +02:00
CustomTarget_solaris.mk
Makefile
Module_sysui.mk
Package_infoplist.mk
Package_osxicons.mk
Package_share.mk
productlist.mk
README

.desktop files for various Linux distros, and similar stuff for other OSes