Fix usage of GRML_LIVE_SOURCES
[grml-live.git] / grml-live
index 9fb5024..94c9c03 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -125,7 +125,7 @@ fi
 # }}}
 
 if [ -n "$GRML_LIVE_SOURCES" ] ; then
-   echo $GRML_LIVE_SOURCES > /etc/grml/fai/apt/sources.list
+   echo "$GRML_LIVE_SOURCES" > /etc/grml/fai/apt/sources.list
 fi
 
 if [ -n "$FAI_DEBOOTSTRAP" ] ; then