<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-family: Helvetica; font-size: 14px;" class="">Well, that was an excellent suggestion.   I typed in the command by hand and put extra spaces between each word, and then it was parsed correctly.    (It did NOT work when I put the command with
 extra spaces in a text file and then copied and pasted the line into the terminal — I had to actually type the spaces in the terminal!)  </span><br style="font-family: Helvetica; font-size: 14px;" class="">
<br style="font-family: Helvetica; font-size: 14px;" class="">
<span style="font-family: Helvetica; font-size: 14px;" class="">I’m not sure what other implications this has, but the immediate problem was solved. </span><br style="font-family: Helvetica; font-size: 14px;" class="">
<br style="font-family: Helvetica; font-size: 14px;" class="">
<span style="font-family: Helvetica; font-size: 14px;" class="">Many thanks, Fred</span></div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Dec 14, 2022, at 8:52 PM, Norbert Preining <<a href="mailto:norbert@preining.info" class="">norbert@preining.info</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">On Thu, 15 Dec 2022, Goodman, Frederick M wrote:<br class="">
<blockquote type="cite" class="">Thanks.   I prefer to continue doing it as I indicated.  I’ve been doing it that way for a decade at least, and it is the way recommended here:
<a href="https://tug.org/fonts/fontinstall.html" class="">https://tug.org/fonts/fontinstall.html</a>.  The fonts are installed in the texmf-local tree.<br class="">
</blockquote>
<br class="">
Well, the method described will generate an<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>updmap.cfg<br class="">
in TEXMFCONFIG (afair) and the rest is the same.<br class="">
<br class="">
(Note to myself, I should update the fontinstall.html page ...)<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">The command invocation was as indicated.  In fact, I just cut and paste from my notes which I use every year when I install the new texlive. But I agree with you that the command seems not to be parsed correctly, and the mystery
 I’d like to clear up is why.<br class="">
</blockquote>
<br class="">
Is the "space" between "--force" and "--enable" a **real** space?<br class="">
<br class="">
<blockquote type="cite" class="">
<blockquote type="cite" class="">
<blockquote type="cite" class="">2.  sudo -H updmap-sys --force --enable Map=newfont.map,<br class="">
</blockquote>
</blockquote>
</blockquote>
<br class="">
I ask, because here in Japan where I live I often make the failure to<br class="">
insert a Japanese space, and eg Emacs does display Japanese full width<br class="">
spaces as half width, so they are hard to distinguish.<br class="">
<br class="">
Another idea is your IFS? Do you have some strange setting for IFS env<br class="">
variable?<br class="">
<br class="">
The problem is **independent** of Perl! It is a problem of your shell.<br class="">
The shell splits the input string into words (by $IFS) and passes those<br class="">
words on as separate arguments to Perl.<br class="">
<br class="">
What perl sees is *one* argument<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>"--force --enable Map=newfont.map"<br class="">
and process this one with the usual argument parser.<br class="">
<br class="">
So if there is a problem, it needs to be searched in the shell.<br class="">
<br class="">
Best<br class="">
<br class="">
Norbert<br class="">
<br class="">
--<br class="">
PREINING Norbert                              <a href="https://www.preining.info" class="">https://www.preining.info</a><br class="">
Mercari Inc.     +     IFMGA Guide     +     TU Wien     +     TeX Live<br class="">
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>