]> git.proxmox.com Git - mirror_iproute2.git/commit - configure
iproute2: avoid using bashisms in configure script.
authorAndreas Henriksson <andreas@fatal.se>
Fri, 1 Jan 2010 22:20:30 +0000 (23:20 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 21 Jan 2010 18:09:22 +0000 (10:09 -0800)
commit14743a78eb774d61fd952c4a4856346ced79b9fb
tree64d621f37e6e07aefae6061394d475d38d2f51f0
parent73152614bcab505198f443d3f79fb090ba458e51
iproute2: avoid using bashisms in configure script.

"function foo" should be "foo()" to work when sh is not bash.

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
configure