diff options
author | ASOU Masato <asou@cvs.openbsd.org> | 2023-01-25 10:53:16 +0000 |
---|---|---|
committer | ASOU Masato <asou@cvs.openbsd.org> | 2023-01-25 10:53:16 +0000 |
commit | a4487944e99f81caf58c914742880c1678cc3bb1 (patch) | |
tree | 66c274141a6846740c74395fc1c18c5dacd2ec5e | |
parent | 3ccdf94493eee2aa1ad372e0f9becbe39751923f (diff) |
Delete TAB only line.
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.569 2023/01/18 20:44:40 deraadt Exp $ +# $OpenBSD: rc,v 1.570 2023/01/25 10:53:15 asou 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 @@ -251,7 +251,7 @@ reorder_libs() { fi ) || { _error=true; break; } done - + rm -rf $_relink/_rebuild.* # Restore previous mount state if it was changed. |