https://bugzilla.novell.com/show_bug.cgi?id=409632 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=409632#c1 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jason Record <jrecord@novell.com> 2008-07-16 15:24:28 MDT --- Fixed checked in. Index: trunk/scripts/schealth =================================================================== --- trunk/scripts/schealth (revision 26) +++ trunk/scripts/schealth (revision 27) @@ -1,5 +1,5 @@ #!/bin/bash -SVER=0.92.6 +SVER=0.95.1 ############################################################################## # schealth - Supportconfig Health Check Report @@ -333,6 +333,8 @@ DISKS_YEL="" get_section "df -h" | sed -e '1d' >> $DISK_TMP + # If the line starts with a space, join it to the previous line + sed -i -e :a -e '$!N;s/\n / /;ta' -e 'P;D' $DISK_TMP while read DISK_DATA do DISK=$(echo "$DISK_DATA" | awk '{print $5}' | sed -e 's/%//g') -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.