systemd/dracut-pre-pivot.sh: remove trailing space
parent
f653c86229
commit
f82659c552
|
@ -18,7 +18,7 @@ getarg 'rd.break=cleanup' 'rdbreak=cleanup' && emergency_shell -n cleanup "Break
|
||||||
source_hook cleanup
|
source_hook cleanup
|
||||||
|
|
||||||
# By the time we get here, the root filesystem should be mounted.
|
# By the time we get here, the root filesystem should be mounted.
|
||||||
# Try to find init.
|
# Try to find init.
|
||||||
|
|
||||||
for i in "$(getarg real_init=)" "$(getarg init=)"; do
|
for i in "$(getarg real_init=)" "$(getarg init=)"; do
|
||||||
[ -n "$i" ] || continue
|
[ -n "$i" ] || continue
|
||||||
|
|
Loading…
Reference in New Issue