On Tue, Aug 09, 2011 at 05:57:27PM +0300, Alex Netes wrote: > This is what I get, when running the commands in the old way:
The construct 'time FOO=x cmd' is a bashism. The script either needs to use #!/bin/bash or the patch from Rolf to make it work properly on systems that use a POSIX shell as /bin/sh (ie Debian and dervied) The difference in time output reflects one being the bash built in and the other being the shell utils command. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
