Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets sh(1) style. No functional changes.



details:   https://anonhg.NetBSD.org/src/rev/98008b37d21c
branches:  trunk
changeset: 749816:98008b37d21c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 10 02:22:57 2009 +0000

description:
sh(1) style.  No functional changes.

diffstat:

 distrib/sets/maketars |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 534f11c873bf -r 98008b37d21c distrib/sets/maketars
--- a/distrib/sets/maketars     Wed Dec 09 22:10:51 2009 +0000
+++ b/distrib/sets/maketars     Thu Dec 10 02:22:57 2009 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.72 2009/12/05 15:56:25 cegger Exp $
+# $NetBSD: maketars,v 1.73 2009/12/10 02:22:57 uebayasi Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -162,7 +162,7 @@
        ${HOST_SH} "${setsdir}/makeflist" -a "${MACHINE_ARCH}" -m "${MACHINE}" \
            -s "${setsdir}" "${setname}" > "${SDIR}/flist.${setname}" \
            || exit 1
-       if ! [ -s "${SDIR}/flist.${setname}" ]; then
+       if [ ! -s "${SDIR}/flist.${setname}" ]; then
                echo >&2 "makeflist output is empty for ${setname}"
                exit 1
        fi



Home | Main Index | Thread Index | Old Index