[Gambas-user] Need help / call for volunteers

Joshua Higgins joshiggins at ...1601...
Mon Aug 24 19:44:46 CEST 2009


M0E Lnx, can you try this?

2009/8/24 M0E Lnx <m0e.lnx at ...626...>

> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
joshua higgins
>>>>>>------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: report2
Type: application/octet-stream
Size: 1241 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20090824/86e09244/attachment.obj>


More information about the User mailing list