~louis/crashdc/trunk

« back to all changes in this revision

Viewing changes to run-crashdc-sles10.sh

  • Committer: louis_bouchard
  • Date: 2010-03-12 14:59:45 UTC
  • Revision ID: svn-v4:43a7f545-b209-0410-ba44-c04536a9f2ae:trunk:162
ReformattedĀ errorĀ msg

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                if [ -f ${namelist}.gz ];then
79
79
                        gzip -d -c ${namelist}.gz > $namelist
80
80
                else
81
 
                        $LOGGER "Unable to locate $namelist. Verify that the kernel-debuginfo packages are correctly installed."
 
81
                        $LOGGER "Unable to locate $namelist. Verify that the \
 
82
                        kernel-debuginfo packages are correctly installed \
 
83
                        or uncompresed."
82
84
                        false
83
85
                        rc_status -v
84
86
                        exit 1