[Gambas-user] Need help / call for volunteers

Benoît Minisini gambas at ...1...
Mon Aug 24 19:43:20 CEST 2009


> 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




More information about the User mailing list