mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-20 20:45:02 -05:00
Use printf rather than echo to generate \versionid.
(Sacrificing the ability to build PuTTY docs from Halibut source on SunOS 4, apparently, but I expect we'll live.) [originally from svn r10102]
This commit is contained in:
parent
24fef3758a
commit
886e806690
@ -28,7 +28,7 @@ endif
|
|||||||
ifdef VERSION
|
ifdef VERSION
|
||||||
VERSIONIDS=vstr
|
VERSIONIDS=vstr
|
||||||
vstr.but: FORCE
|
vstr.but: FORCE
|
||||||
echo \\versionid $(VERSION) > vstr.but
|
printf '\\versionid $(VERSION)\n' > vstr.but
|
||||||
FORCE:;
|
FORCE:;
|
||||||
else
|
else
|
||||||
VERSIONIDS=vids
|
VERSIONIDS=vids
|
||||||
|
Loading…
x
Reference in New Issue
Block a user