From 1a2ce45b60989e7253c681bdfb8a84bafece9df6 Mon Sep 17 00:00:00 2001 From: Jan Van de Poel Date: Tue, 18 Jul 2023 22:23:06 +0200 Subject: [PATCH] Force bash on download.sh The script fails otherwise fails in zsh --- download.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/download.sh b/download.sh index c62f4e202..8cfed9935 100644 --- a/download.sh +++ b/download.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) Meta Platforms, Inc. and affiliates. # This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.