mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -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:
@ -28,7 +28,7 @@ endif
|
||||
ifdef VERSION
|
||||
VERSIONIDS=vstr
|
||||
vstr.but: FORCE
|
||||
echo \\versionid $(VERSION) > vstr.but
|
||||
printf '\\versionid $(VERSION)\n' > vstr.but
|
||||
FORCE:;
|
||||
else
|
||||
VERSIONIDS=vids
|
||||
|
Reference in New Issue
Block a user