Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Of course we can always not do something. Doesn't mean ...
details: https://anonhg.NetBSD.org/src/rev/290a93d04273
branches: trunk
changeset: 341903:290a93d04273
user: darcy <darcy%NetBSD.org@localhost>
date: Sat Nov 28 14:20:32 2015 +0000
description:
Of course we can always not do something. Doesn't mean that we "can't"
(or "cannot"). In any case make the messages consistent and move the
period to inside the quotes.
diffstat:
etc/weekly | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 53713ac1b854 -r 290a93d04273 etc/weekly
--- a/etc/weekly Sat Nov 28 13:41:31 2015 +0000
+++ b/etc/weekly Sat Nov 28 14:20:32 2015 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: weekly,v 1.30 2015/03/04 14:54:38 christos Exp $
+# $NetBSD: weekly,v 1.31 2015/11/28 14:20:32 darcy Exp $
# from: @(#)weekly 8.2 (Berkeley) 1/2/94
#
@@ -31,7 +31,7 @@
trap "/bin/rm -rf $WEEKLYDIR ; exit 0" EXIT INT QUIT PIPE
if ! cd "$WEEKLYDIR"; then
- echo "Can not cd to $WEEKLYDIR".
+ echo "Can't cd to $WEEKLYDIR; aborting."
exit 1
fi
Home |
Main Index |
Thread Index |
Old Index