[Gambas-user] Need help / call for volunteers

M0E Lnx m0e.lnx at ...626...
Mon Aug 24 19:39:04 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)




More information about the User mailing list