Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
runqemu: Use bash instead of sh
Browse files Browse the repository at this point in the history
The script uses syntaxes that are not POSIX sh compatible, but rather bash.

For this reason, the script is now using bash instead of sh.

Signed-off-by: Oscar Andreasson <[email protected]>
  • Loading branch information
Oscar Andreasson authored and frznlogic committed Feb 14, 2018
1 parent dc3ea02 commit 4b555bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runqemu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
_script_dir=`dirname $0`
_meta_ivi=`dirname ${_script_dir}`

Expand Down

0 comments on commit 4b555bf

Please sign in to comment.