Commit db72aba3 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

samples/pktgen: Use bash as interpreter

These scripts use the non-POSIX 'function' and 'local' keywords so
they won't work with every /bin/sh.  We could drop 'function' as it is
a no-op, but 'local' makes for cleaner scripts.  Require use of bash.
Signed-off-by: default avatarBen Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 06481f22
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
#! /bin/sh
#!/bin/bash
#modprobe pktgen
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment