diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-11 10:50:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-11 10:50:14 +0000 |
commit | 877eb6072cc10096332bbdcab32e2b65eabcbc50 (patch) | |
tree | 1f5387ba0d0edb21a0010f1a2f92b4a9affe3a03 /mk | |
parent | b52174ba6fd3df63fba1a2150f4ce39ed7c4a6c1 (diff) | |
download | pkgsrc-877eb6072cc10096332bbdcab32e2b65eabcbc50.tar.gz |
Indentation fix.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/printindex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/printindex b/mk/bulk/printindex index 2dfedb47725..7eeebdbd034 100644 --- a/mk/bulk/printindex +++ b/mk/bulk/printindex @@ -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 @@ case $# in ;; 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 |