]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
mkunxarc.sh is supposed to be silent, so I'm having it discard the
authorSimon Tatham <anakin@pobox.com>
Wed, 27 Apr 2005 08:09:32 +0000 (08:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 27 Apr 2005 08:09:32 +0000 (08:09 +0000)
stderr output from mkauto.sh. (I debated discarding it within
mkauto.sh itself, but decided against it.)

[originally from svn r5684]

mkunxarc.sh

index 57ada30448ff68a7f4fb3b865ac21f87ffcfff72..7e8d367c34b5ab2cda171156b874e65c31845133 100755 (executable)
@@ -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"