diff options
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc index 93d6ea942..3e928a8f5 100644 --- a/bootscripts/lfs/init.d/rc +++ b/bootscripts/lfs/init.d/rc @@ -24,9 +24,8 @@ print_error_msg() MSG="${MSG}which exited with a return value of ${error_value}.\n" MSG="${MSG}If you're able to track this error down to a bug in one of\n" - MSG="${MSG}the files provided by the files provided by\n" - MSG="${MSG}the ${DISTRO_MINI} book, please be so kind to inform us at\n" - MSG="${MSG}${DISTRO_CONTACT}.\n" + MSG="${MSG}the files provided by the ${DISTRO_MINI} book,\n" + MSG="${MSG}please be so kind to inform us at ${DISTRO_CONTACT}.\n" log_failure_msg "${MSG}" log_info_msg "Press Enter to continue..." |