From 272b0260c882cb8f044c7b7e95062385f6f88298 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Jul 2021 21:30:11 +0000 Subject: syntax, darwin mem files git-svn-id: svn://tug.org/texlive/trunk@59870 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/xindy/xindy-src/user-commands/xindy.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/utils') diff --git a/Build/source/utils/xindy/xindy-src/user-commands/xindy.in b/Build/source/utils/xindy/xindy-src/user-commands/xindy.in index 2010eb81067..9e75b8eed5c 100644 --- a/Build/source/utils/xindy/xindy-src/user-commands/xindy.in +++ b/Build/source/utils/xindy/xindy-src/user-commands/xindy.in @@ -511,9 +511,9 @@ if ( $OSNAME eq 'darwin' && ! -e $mem_file ) { my @uname = POSIX::uname(); if ( $uname[4] eq 'Power Macintosh' ) { $mem_file = "$lib_dir/xindy-ppc.mem"; - } else if ( $uname[4] eq 'x86_64' ) { + } elsif ( $uname[4] eq 'x86_64' ) { $mem_file = "$lib_dir/xindy-x86_64.mem"; - } else if ( $uname[4] eq 'arm64' ) { + } elsif ( $uname[4] eq 'arm64' ) { $mem_file = "$lib_dir/xindy-arm64.mem"; } else { $mem_file = "$lib_dir/xindy-i386.mem"; -- cgit v1.2.3