diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-24 22:01:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-24 22:01:54 +0000 |
commit | d0779b99257fceb69471e48a06649f446a7b2e7f (patch) | |
tree | c0c20b848a5fe9d554fc3987ce2cb8f7203209b6 /mk/bulk | |
parent | 3980bc7be638c9a36d613512f9163f37d0ac3c60 (diff) | |
download | pkgsrc-d0779b99257fceb69471e48a06649f446a7b2e7f.tar.gz |
Indentation fix to make the "case" statements look more uniform.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/build b/mk/bulk/build index 00e16948d10..a227b8607fc 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -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> @@ -459,8 +459,8 @@ mkdir -p "${FTP}" # # 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 |