switch-arch: remove non-standard "local" keyword
commit20894a23692b9191de09e448d6e046adf44b707c
authorblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 22 May 2011 16:39:48 +0000 (22 16:39 +0000)
committerblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 22 May 2011 16:39:48 +0000 (22 16:39 +0000)
treefc834c68b6bfbbfe9de4a6781d83a7a5e92f9dce
parent0a228f974d3325bcfb7c97d62bf69fd97908b764
switch-arch: remove non-standard "local" keyword

Remove the non-standard "local" keyword from within the crosscflags()
function. This was not necessary since the variables "host" and "target"
were not clobbered anywhere outside of the function, but the real
motivation is to support shells such as ksh93 that do not have the
"local" builtin like bash.

Signed-off-by: Kenneth Salerno <kennethsalerno@yahoo.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@1040 f158a5a8-5612-0410-a976-696ce0be7e32
config/scripts/switch-arch