On Wed, Sep 13, 2017 at 3:37 AM, Thomas Monjalon <tho...@monjalon.net> wrote: > 27/07/2017 22:12, asom...@gmail.com: >> From: Alan Somers <asom...@gmail.com> >> >> "/bin/bash" is a Linuxism. "/usr/bin/env bash" is portable. > > Why is it an issue? > > Can you run dpdk-setup.sh on a non-Linux system? >
Nope, because even dpdk-setup.sh assumes that bash is located at /bin/bash. But "/usr/bin/env bash" works everywhere.