Re: stty problem [RESOLVED]

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Nathan Aubrey
Dátum:  
Címzett: Main PLUG discussion list
Régi témák: stty problem
Tárgy: Re: stty problem [RESOLVED]

I realized how to fix the problem. I'm not sure what the difference is, I'll
figure it out later, but for now I'm happy it works...

## Original with error
while read line; do
plaxo-install $line
done < $TMP/package_list

## New with no error
for i in `cat $TMP/package_list`; do
plaxo-install $i
done

Don't know yet why that works, but I'm thrilled that it does!
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss