[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.1543)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 1543
Commiter: t3rkwd
Date: 2014-01-26 22:34:31 +0900 (日, 26 1月 2014)
=======================================================
Log:
Correct mistakes in debian-policy-ja
Apply patch (d-doc #7528)
=======================================================
Changed:
U www/trunk/src/community/devel/debian-policy-ja/policy.ja.sgml
Modified: www/trunk/src/community/devel/debian-policy-ja/policy.ja.sgml
===================================================================
--- www/trunk/src/community/devel/debian-policy-ja/policy.ja.sgml 2014-01-26 13:34:28 UTC (rev 1542)
+++ www/trunk/src/community/devel/debian-policy-ja/policy.ja.sgml 2014-01-26 13:34:31 UTC (rev 1543)
@@ -5958,7 +5958,7 @@
scripts this means that you <em>almost always</em> need to
use <tt>set -e</tt> (this is usually true when writing shell
scripts, in fact). It is also important, of course, that
- they don't exit with a zero status if everything went
+ they exit with a zero status if everything went
well.-->
パッケージ管理システムはこれらのスクリプトからの終了ステータスを見ます。
パッケージ管理システムが手続きを止められるように、
@@ -5967,7 +5967,7 @@
シェルスクリプトでは <em>ほとんど常に</em> <tt>set -e</tt>
を使う必要があるということを意味します (実際には、
通常シェルスクリプトを書く場合は一般に、このようにします)。
- もちろん、全てがうまくいった場合に、0 ステータスで終了しないことも重要です。
+ もちろん、全てがうまくいった場合に、0 ステータスで終了することも重要です。
</p>
<p><!--
Additionally, packages interacting with users