]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut: source reformat with line breaks
authorHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 09:27:15 +0000 (11:27 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 09:27:15 +0000 (11:27 +0200)
dracut

diff --git a/dracut b/dracut
index 0a96c66750034ebb4b1f71070ab2402cb22415dc..c156cdb94b1e041a9d45ae01089203ad8bdf71bd 100755 (executable)
--- a/dracut
+++ b/dracut
@@ -222,7 +222,9 @@ while (($# > 0)); do
         -H|--hostonly) hostonly_l="yes" ;;
         --fstab)       use_fstab_l="yes" ;;
         -h|--help)     usage; exit 1 ;;
-        -i|--include)  push include_src "$2"; push include_target "$3"; shift 2;;
+        -i|--include)  push include_src "$2"
+                       push include_target "$3"
+                       shift 2;;
         --bzip2)       compress_l="bzip2";;
         --lzma)        compress_l="lzma";;
         --xz)          compress_l="xz";;