mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 07:38:06 -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
|
||||
VERSIONIDS=vstr
|
||||
vstr.but: FORCE
|
||||
echo \\versionid $(VERSION) > vstr.but
|
||||
printf '\\versionid $(VERSION)\n' > vstr.but
|
||||
FORCE:;
|
||||
else
|
||||
VERSIONIDS=vids
|
||||
|
Loading…
x
Reference in New Issue
Block a user