[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Issues with test 3
- From: Jeff Vian <jvian10 charter net>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Issues with test 3
- Date: Mon, 27 Feb 2006 20:22:22 -0600
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.
> 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)
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]