systemd/dracut-pre-pivot.sh: remove trailing space

master
Harald Hoyer 2012-06-21 01:06:30 +02:00
parent f653c86229
commit f82659c552
1 changed files with 1 additions and 1 deletions

View File

@ -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