Jason Stover <[EMAIL PROTECTED]> writes:

>> I think this is the best way.  Just replace 
>> 
>>  diff -B -b -w file.list - << EOF
>> EOF
>> 
>> with something like
>> 
>>  diff file.list - << EOF
>> EOF | sed -e 's/^[\t ]*$//'
>
> The 'EOF' no longer closes correctly (sh doesn't like anything but a
> newline character after the EOF).

I think that this can be expressed this way instead:
        diff file.list - <<EOF | sed -e 's/^[\t ]*$//'
        ...
        EOF
-- 
"In the PARTIES partition there is a small section called the BEER.
 Prior to turning control over to the PARTIES partition,
 the BIOS must measure the BEER area into PCR[5]."
--TCPA PC Specific Implementation Specification


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to