scripts: change shebang
Changed "/bin/sh" to "/usr/bin/env bash" in scripts/pkgdep.sh Previously script failed on my Ubuntu server, with error: trap: ERR: bad trap Change-Id: I054c0388c462e2d0340b6e3d4e581a8e6cdc7097 Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-on: https://review.gerrithub.io/424998 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
da395009fa
commit
59caaa979c
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /usr/bin/env bash
|
||||
# Please run this script as root.
|
||||
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user