Change command interpreter to bash
This is important since /bin/sh is symlinked to dash by default on Debian based systems. Change-Id: I47b6317981ec020bed0bc45f7f68b636d71023d6 Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
This commit is contained in:
parent
ba49964211
commit
70c687ccf7
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set +e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user