Fix invocation by fixing typo.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/runltp b/runltp
index 11ab32a..2c6785f 100755
--- a/runltp
+++ b/runltp
@@ -565,7 +565,8 @@
 
     INFO: no command files were provided. Will execute the following
           runtest scenario files:
-          `cat $LTPROOT/scenario_groups/default`
+
+`cat $LTPROOT/scenario_groups/default | tr '\012' ' '`
     
 	EOF
 
@@ -579,7 +580,7 @@
             # Insurance to make sure that the first element in the pipe
             # completed successfully.
             cat_ok_sentinel=$TMP/cat_ok.$$
-	    (cat $SCENARIO_FILES && touch "$cat_ok_sentinel") | \
+	    (cat $SCENARIO_LISTS && touch "$cat_ok_sentinel") | \
                 while read scenfile; do
 
                     scenfile=${LTPROOT}/runtest/$scenfile