The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c96f70e7ac54ca9347d81672edb9538313b57fd1

commit c96f70e7ac54ca9347d81672edb9538313b57fd1
Author:     Jose Luis Duran <jldu...@gmail.com>
AuthorDate: 2022-02-10 19:42:33 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2022-02-10 19:43:19 +0000

    rc: Remove extra whitespace
    
    Differential Revision: https://reviews.freebsd.org/D34165
---
 libexec/rc/rc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libexec/rc/rc b/libexec/rc/rc
index 35db4a850516..f117125d2d82 100644
--- a/libexec/rc/rc
+++ b/libexec/rc/rc
@@ -137,16 +137,16 @@ done
 # Note: this assumes firstboot_sentinel is on / when we have
 # a read-only /, or that it is on media that's writable.
 if [ -e ${firstboot_sentinel} ]; then
-       checkyesno root_rw_mount && mount -uw /
+       checkyesno root_rw_mount && mount -uw /
        chflags -R 0 ${firstboot_sentinel}
        rm -rf ${firstboot_sentinel}
        if [ -e ${firstboot_sentinel}-reboot ]; then
                chflags -R 0 ${firstboot_sentinel}-reboot
                rm -rf ${firstboot_sentinel}-reboot
-               checkyesno root_rw_mount || mount -ur /
+               checkyesno root_rw_mount || mount -ur /
                kill -INT 1
        fi
-       checkyesno root_rw_mount || mount -ur /
+       checkyesno root_rw_mount || mount -ur /
 fi
 
 echo ''

Reply via email to