summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2017-11-09 11:02:11 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2017-11-09 11:02:11 +0000
commitefb9a8d8f5df7078a348f65ebd913043448077ff (patch)
tree374ae59c38134f6e3165306d7fbb01842a5d512d
parent24109762c0ab923a27782ac78c24553e0c00b1dc (diff)
kill trailing whitespace introduced in previous commit
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 471af68b4ed..c88e13ce7ab 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.522 2017/11/06 09:04:18 rpe Exp $
+# $OpenBSD: rc,v 1.523 2017/11/09 11:02:10 tb 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
@@ -180,7 +180,7 @@ reorder_libs() {
done
echo -n 'reordering libraries:'
-
+
# Remount the (read-only) filessystems in _ro_list as read-write.
for _mp in $_ro_list; do
if ! mount -u -w $_mp; then
@@ -202,7 +202,7 @@ reorder_libs() {
_lib=${_liba##*/}
_lib=${_lib%.a}
_lib_dir=${_liba#$_relink}
- _lib_dir=${_lib_dir%/*}
+ _lib_dir=${_lib_dir%/*}
cd $_tmpdir
ar x $_liba
if [[ $_lib == ld.so ]]; then