|
From: Allin C. <cot...@wf...> - 2009-11-29 01:26:12
|
On Sun, 29 Nov 2009, Mojca Miklavec wrote: > The following definitely doesn't > work for me: > kpsexpand '$$TEXMF' > but > kpsexpand "\$TEXMF" > does... Bear in mind that the "$$..." formulation occurs in a Makefile, where it is correct. "\$" gives the equivalent protection to "$" in regular shell usage. Allin Cottrell |