M0E Lnx, can you try this?

2009/8/24 M0E Lnx <m0e....@gmail.com>

> and the overall output is not good...
>
> your quotes are throwin the whole thing off I think
>
> ==============
> #!/bin/bash
>
> # System Report
> # GPL'd
> # Based on David Villalobos Cambronero's original report script
>
> # Collect the data for OS
>
> OutputFile='report2.log';
>
>
> OS="`uname`"
> KERNEL="`uname -r`"
> ARCH="`uname -m`"
>
> ====================
> maybe try
> OS=$(uname)
> KERNEL=$(uname -r)
> ARCH=$(uname -m)
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
joshua higgins
>>>>>>------

Attachment: report2
Description: Binary data

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to