On Mar 31, 2009, at 1:31 PM, Terry Dontje wrote:
> Can you manually run UNAME_REL=`(/bin/uname -X|grep Release|sed -e
> 's/.*= //')` in your shell without error?
>
Better would be to put this small script by itself:
#! /bin/sh
UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
echo got $UNAME_REL
exit 0
--
Jeff Squyres
Cisco Systems
|