From: Michael Smith Date: Mon, 3 Oct 2005 09:57:55 +0000 (+0000) Subject: No need to run chmod on gz files that aren't there any more. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2e6fc9fcb4e7e1f80fec8377954df71d19c66c;p=docbook-dsssl No need to run chmod on gz files that aren't there any more. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index e98acd492..88c6a64ae 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -334,7 +334,7 @@ EOF > $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log scp $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log $SITEUSER@$SITEHOST:$SITEBASE fi - ssh -l $SITEUSER $SITEHOST "(cd $SITEBASE; chmod 664 *.tar.gz *.zip *.log)" + ssh -l $SITEUSER $SITEHOST "(cd $SITEBASE; chmod 664 *.zip *.log)" fi rm -f $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log