Module Name: src
Committed By: uebayasi
Date: Thu Dec 10 02:22:57 UTC 2009
Modified Files:
src/distrib/sets: maketars
Log Message:
sh(1) style. No functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/distrib/sets/maketars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/maketars
diff -u src/distrib/sets/maketars:1.72 src/distrib/sets/maketars:1.73
--- src/distrib/sets/maketars:1.72 Sat Dec 5 15:56:25 2009
+++ src/distrib/sets/maketars Thu Dec 10 02:22:57 2009
@@ -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