utils/index: force use of bash, we depend on it for ${@:5} syntax
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
ab553d2e63
commit
894920a4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if test $# -lt 2; then
|
||||
echo "Usage: $0 <elixir_data_path> <project_name> [<repo_urls>...]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue