On 2/28/06, Jeff Vian <jvian10@xxxxxxxxxxx> wrote: > On Mon, 2006-02-27 at 11:12 +0000, Mike Martin wrote: > > Hi > > > > I installed test 3 last night and I have the following issues > > > > 1. Bash scripts not picking up varaiable eg: > > > > this (very simple) script > > > > ffmpeg -i $2 -b $1 $3 > > > > when run results in a message from ffmpeg about io error (no file) > > > Is this run from the command line? If so then $1, $2, and $3 have no > values. These variables are initialized from the command like making > the call and exist only within the script environment. > > for example > script 1 2 3 > would call a script named script and within that script the variables > $1, $2, and $3 would have the values 1, 2, and 3 respectively. > > If you are calling a script that then calls ffmpeg with the line given > then that should work. > > sorry not to be clearer but that is what I am doing - the script worked before upgrading the script is #!/bin/bash ffmpeg -i $2 -b $1 <other options> $3 this is run as script name number input file output file > > > 2. Naulitlus burn gives no chance to change burn speed > > > > 3. On an exiting user account menu entries are sparse (ie some > > installed apps missing) > > > > -- > fedora-test-list mailing list > fedora-test-list@xxxxxxxxxx > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list