stty problem

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nathan Aubrey
Date:  
To: PLUG Discussion List, FOSUG
New-Topics: Re: stty problem [RESOLVED]
Subject: stty problem

I have a script that I run and it tars some files and spits out some output,
then exits. Everything is fine when I run it directly, but if I try to run it
from another script, it still works fine, but I get this:

stty: standard input: Innappropriate ioctl

I searched google, but I don't find anything relevant, can anyone provide any
hints, or places to look?

I have a bunch of files in a folder and I run this script against them..
either manually

test_script.sh filename

or in a loop

for i in *; do
test_script.sh $i
done

and both work fine, but inside another script that basically does the loop for
me after some other things, if gives that error... any hints?

Nathan
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss