diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-09-14 17:28:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-09-14 21:23:36 +0200 |
commit | 8cbb414ed737f9ffc76e1258e6671769bf63fc6c (patch) | |
tree | 1435fbe833359b0d30f50cce5dd9ad2638ad7806 /odk | |
parent | d467cd0dd9e9cf3b018859a592e2638527bc7add (diff) |
Untabify odk/util/check.pl
(trying to change the actual content of those lines would otherwise trigger our
"indent with Tab" git commit hook)
Change-Id: I97449056eb7850d3993fa5ac565e342d0bcbf200
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122093
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/util/check.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index be03d40ff585..0ffc004d8717 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -45,11 +45,11 @@ if (-d "$SdkDir") { # check binaries print "check binaries: "; if (check_dir("bin")) { - my @binarylist = ( "idlc","cppumaker","javamaker", + my @binarylist = ( "idlc","cppumaker","javamaker", "unoidl-check", "unoapploader", "uno-skeletonmaker" ); if ($ENV{SYSTEM_UCPP} eq "") { - push @binarylist,"ucpp"; + push @binarylist,"ucpp"; } foreach $i (@binarylist) |