pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Indentation fix to make the "case" statements ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/474434833351
branches:  trunk
changeset: 503678:474434833351
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 24 22:01:54 2005 +0000

description:
Indentation fix to make the "case" statements look more uniform.

diffstat:

 mk/bulk/build |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3720dab5a79f -r 474434833351 mk/bulk/build
--- a/mk/bulk/build     Thu Nov 24 21:51:10 2005 +0000
+++ b/mk/bulk/build     Thu Nov 24 22:01:54 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: build,v 1.84 2005/11/24 18:21:54 rillig Exp $
+# $NetBSD: build,v 1.85 2005/11/24 22:01:54 rillig Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -459,8 +459,8 @@
 #
 # Notify the ADMIN of the finished build.
 #
-case $noemail in no)
-       cat "${FTP}/pkgsrc-results-${BUILDDATE}.txt" \
+case $noemail in
+no)    cat "${FTP}/pkgsrc-results-${BUILDDATE}.txt" \
        | ${MAIL_CMD} -s "pkgsrc ${OPSYS} ${OS_VERSION}/${MACHINE_ARCH} bulk build results $BUILDDATE" "$ADMIN"
 esac
 



Home | Main Index | Thread Index | Old Index