From 73c3f721e3d679b5ce024e131c657504520b04e4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 14 Sep 2023 23:16:22 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- scripts/make-spreads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-spreads.sh b/scripts/make-spreads.sh index 4f8b30d..eed90d5 100644 --- a/scripts/make-spreads.sh +++ b/scripts/make-spreads.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash shopt -s nullglob extglob #----------------------------------------------------------------------