systemd/dracut-pre-pivot.sh: remove trailing space
authorHarald Hoyer <harald@redhat.com>
Wed, 20 Jun 2012 23:06:30 +0000 (01:06 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 Jun 2012 23:11:44 +0000 (01:11 +0200)
modules.d/98systemd/dracut-pre-pivot.sh

index 6685210..38e9c3c 100755 (executable)
@@ -18,7 +18,7 @@ getarg 'rd.break=cleanup' 'rdbreak=cleanup' && emergency_shell -n cleanup "Break
 source_hook cleanup
 
 # 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
     [ -n "$i" ] || continue