[Gambas-user] Need help / call for volunteers

David Villalobos Cambronero david_villalobos_c at ...43...
Mon Aug 24 19:46:43 CEST 2009


Ok, I'll check that.

 Regards


--
David



----- Original Message ----
From: Benoît Minisini <gambas at ...1...>
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Sent: Monday, August 24, 2009 11:43:20 AM
Subject: Re: [Gambas-user] Need help / call for volunteers

> 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)
>

/usr/bin/gbx* are symbolic links that points at where Gambas is installed, so 
it would be cool to use it to get the Gambas installation path.

-- 
Benoît

------------------------------------------------------------------------------
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









More information about the User mailing list