> 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? It would help if you gave some kind of a hint what goes on inside the script, since that's where the error would be coming from. I could make a guess, but I'd be basing it on no real information. > 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 - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > -- Lynn Newton --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss