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:
Théo Lebrun 2024-12-20 22:23:24 +01:00
parent ab553d2e63
commit 894920a4ff

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
if test $# -lt 2; then if test $# -lt 2; then
echo "Usage: $0 <elixir_data_path> <project_name> [<repo_urls>...]" echo "Usage: $0 <elixir_data_path> <project_name> [<repo_urls>...]"