Module Name: src Committed By: darcy Date: Sat Nov 28 14:20:32 UTC 2015
Modified Files: src/etc: weekly Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/weekly Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/weekly diff -u src/etc/weekly:1.30 src/etc/weekly:1.31 --- src/etc/weekly:1.30 Wed Mar 4 14:54:38 2015 +++ src/etc/weekly Sat Nov 28 14:20:32 2015 @@ -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 @@ WEEKLYDIR=$(mktemp -d -t _weekly) || exi 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