summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-31 19:25:35 +0000
committeremaste <emaste@FreeBSD.org>2015-12-31 19:25:35 +0000
commit68a7758bef0c3004773925ced73c1a75edac03b4 (patch)
tree875b1e65f4038728b8c707091d2188f7ee1e0b06 /sys/conf
parent0a47132513582fe66f2cb109d44de39958ac52ee (diff)
downloadFreeBSD-src-68a7758bef0c3004773925ced73c1a75edac03b4.zip
FreeBSD-src-68a7758bef0c3004773925ced73c1a75edac03b4.tar.gz
newvers.sh: put variable assignments on separate lines
This makes it easier to grep for where they're set, and may simplify future merging for FreeBSD derivatives that change these.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fc812c5..a5d4749 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -97,7 +97,10 @@ then
fi
touch version
-v=`cat version` u=${USER:-root} d=`pwd` h=${HOSTNAME:-`hostname`}
+v=`cat version`
+u=${USER:-root}
+d=`pwd`
+h=${HOSTNAME:-`hostname`}
if [ -n "$SOURCE_DATE_EPOCH" ]; then
if ! t=`date -r $SOURCE_DATE_EPOCH 2>/dev/null`; then
echo "Invalid SOURCE_DATE_EPOCH" >&2
OpenPOWER on IntegriCloud