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.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae2549960ad
branches:  trunk
changeset: 502941:8ae2549960ad
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 11 10:50:14 2005 +0000

description:
Indentation fix.

diffstat:

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

diffs (21 lines):

diff -r f9a69e21178a -r 8ae2549960ad mk/bulk/printindex
--- a/mk/bulk/printindex        Fri Nov 11 10:49:41 2005 +0000
+++ b/mk/bulk/printindex        Fri Nov 11 10:50:14 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: printindex,v 1.20 2005/11/11 09:18:57 rillig Exp $
+# $NetBSD: printindex,v 1.21 2005/11/11 10:50:14 rillig Exp $
 #
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -71,8 +71,8 @@
        ;;
 esac
 
-case ${BMAKE-""} in "")
-       echo "$0: error: BMAKE must be set." 1>&2
+case ${BMAKE-""} in
+"")    echo "$0: error: BMAKE must be set." 1>&2
        exit 1;;
 esac
 



Home | Main Index | Thread Index | Old Index