[leaf-commits] src/bering-uclibc4/source/buildenv uname, 1.1.1.1, 1.2

Andrew <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/buildenv
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17945

Modified Files:
	uname 
Log Message:
Fixed eooros when passed  >1 args


Index: uname
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/uname,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** uname	26 Apr 2010 09:03:04 -0000	1.1.1.1
--- uname	7 Jul 2010 09:45:02 -0000	1.2
***************
*** 2,6 ****
  source $BT_BUILDROOT/conf/uname.inc
  OUT_UNM=""
! [ ""$@ = "" ] && OUT_UNM="Linux"
  for i in $@; do
     case $i in
--- 2,6 ----
  source $BT_BUILDROOT/conf/uname.inc
  OUT_UNM=""
! [ -z "$1" ] && OUT_UNM="Linux"
  for i in $@; do
     case $i in


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.