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:
parent
55865685a9
commit
47e27618d8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user