1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

mkunxarc.sh is supposed to be silent, so I'm having it discard the

stderr output from mkauto.sh. (I debated discarding it within
mkauto.sh itself, but decided against it.)

[originally from svn r5684]
This commit is contained in:
Simon Tatham 2005-04-27 08:09:32 +00:00
parent 55865685a9
commit 47e27618d8

View File

@ -28,7 +28,7 @@ esac
perl mkfiles.pl
(cd doc && make -s ${docver:+"$docver"})
sh mkauto.sh
sh mkauto.sh 2>/dev/null
relver=`cat LATEST.VER`
arcname="putty$arcsuffix"