pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk/scripts Some shells, for ex...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e725bbbe0b8
branches: trunk
changeset: 535338:8e725bbbe0b8
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Nov 14 12:38:18 2007 +0000
description:
Some shells, for example /bin/ksh on Solaris, don't like "else fi"
without any commands in between.
diffstat:
pkgtools/pbulk/files/pbulk/scripts/client-clean | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ecdf8d41f96d -r 8e725bbbe0b8 pkgtools/pbulk/files/pbulk/scripts/client-clean
--- a/pkgtools/pbulk/files/pbulk/scripts/client-clean Wed Nov 14 10:09:01 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/client-clean Wed Nov 14 12:38:18 2007 +0000
@@ -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 @@
[ -d ${prefix} ] || mkdir ${prefix}
cp -R ${bootstrapkit}/* ${prefix}
else
- # Do nothing
+ : "Do nothing"
fi
Home |
Main Index |
Thread Index |
Old Index