From 5ab4225f2d864c375cfae5e79c5950fedde4db97 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 14 Oct 2003 14:23:10 +0000 Subject: [PATCH] assign the variables on separate lines; makes it easier to read and easier to change one locally with minimal cvs merge issues --- sys/conf/newvers.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 9e3874b0fa18..00ec5923eba4 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: newvers.sh,v 1.33 2003/10/14 06:46:57 lukem Exp $ +# $NetBSD: newvers.sh,v 1.34 2003/10/14 14:23:10 lukem Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 # The Regents of the University of California. All rights reserved. @@ -41,7 +41,11 @@ then fi touch version -v=$(cat version) u=${USER-root} d=$(pwd) h=$(hostname) t=$(date) +v=$(cat version) +t=$(date) +u=${USER-root} +h=$(hostname) +d=$(pwd) if [ -f ident ] then