mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
build(container): avoid forcing shebang
Let’s let the system decide which binary to use instead of forcing one. For example, on macOS, /bin/bash points to the default bash version, which is 3.2… I think that speaks for itself! :D Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
7f9b767277
commit
9f9a140fbc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue