summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-14 12:38:18 +0000
committerrillig <rillig@pkgsrc.org>2007-11-14 12:38:18 +0000
commit800c101860bfa5688f2564fbd42e9e6f409cba13 (patch)
treef5413e296d6bdba026f36dd8f318f1e162ce2f15 /pkgtools
parentaae7e2208c509909bc2f9c5a81b4e8e92fac92e4 (diff)
downloadpkgsrc-800c101860bfa5688f2564fbd42e9e6f409cba13.tar.gz
Some shells, for example /bin/ksh on Solaris, don't like "else fi"
without any commands in between.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/pbulk/files/pbulk/scripts/client-clean4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk/files/pbulk/scripts/client-clean b/pkgtools/pbulk/files/pbulk/scripts/client-clean
index b448ba8e2a6..c6ec1302246 100755
--- a/pkgtools/pbulk/files/pbulk/scripts/client-clean
+++ b/pkgtools/pbulk/files/pbulk/scripts/client-clean
@@ -1,5 +1,5 @@
#!@SH@
-# $NetBSD: client-clean,v 1.6 2007/10/10 09:04:21 rillig Exp $
+# $NetBSD: client-clean,v 1.7 2007/11/14 12:38:18 rillig Exp $
. @PBULK_CONFIG@
@@ -17,5 +17,5 @@ elif [ -d "${bootstrapkit}" ]; then
[ -d ${prefix} ] || mkdir ${prefix}
cp -R ${bootstrapkit}/* ${prefix}
else
- # Do nothing
+ : "Do nothing"
fi