From c3fcd798c3d6cffba42216b05fa9d51603d182ec Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Sat, 26 Sep 2015 00:46:57 -0300 Subject: [PATCH] Uses literal heredoc when compiling the module loading script to reduce escapings --- lib/kickstart-compile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/kickstart-compile b/lib/kickstart-compile index 964fb70..e5686f6 100755 --- a/lib/kickstart-compile +++ b/lib/kickstart-compile @@ -1,16 +1,16 @@ #!/bin/bash -e -module_loading=$(cat <