[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#249041: breakage



note that this will break code like:

        (for i in /lib/partman/fstab.d/*; do
                [ -x "$i" ] || continue
                $i
        done) |
        while read fs mp type options dump pass; do

the fs won't be valid anymore.
-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: