From bef64cceb0d1afff3947cd216fe5985361f19f02 Mon Sep 17 00:00:00 2001 From: Josh Martinez <37962558+jm4rtinez@users.noreply.github.com> Date: Sun, 19 Mar 2023 19:12:58 -0600 Subject: [PATCH] Require the bash shell to run `compare_screenshots.sh` script This ensures the bracket expansion for creating the directories is properly interpreted. Resolves #2204 --- scripts/compare_screenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compare_screenshots.sh b/scripts/compare_screenshots.sh index 32476784b..24480cfe8 100755 --- a/scripts/compare_screenshots.sh +++ b/scripts/compare_screenshots.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash test -d ./tmp/output && rm -rf ./tmp/output mkdir -p ./tmp/{output,screenshots,baseline}