From 95f04d08f612d530dd09b97f420729986f3c2d32 Mon Sep 17 00:00:00 2001 From: rpe <> Date: Sun, 1 Nov 2015 14:32:51 +0000 Subject: [PATCH] A missed backticks to $() conversion. OK krw@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 2a4ca7f9..d5daa54a 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.467 2015/10/18 21:33:18 rpe Exp $ +# $OpenBSD: rc,v 1.468 2015/11/01 14:32:51 rpe Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -468,7 +468,7 @@ echo '.' if [[ -f /etc/rc.firsttime ]]; then mv /etc/rc.firsttime /etc/rc.firsttime.run . /etc/rc.firsttime.run 2>&1 | tee /dev/tty | - mail -Es "`hostname` rc.firsttime output" root >/dev/null + mail -Es "$(hostname) rc.firsttime output" root >/dev/null fi rm -f /etc/rc.firsttime.run