From e9328aa1e1a72a3c9a0236ec78425e49ec4bf4a4 Mon Sep 17 00:00:00 2001 From: Nullicorn Date: Wed, 21 Feb 2024 22:39:11 -0500 Subject: [PATCH] Fix 'Bad substitution' in Linux thumbnailer - Change shebang from `sh` to `bash` to support the script's existing syntax Signed-off-by: Nullicorn --- src/desktop/linux/aseprite-thumbnailer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/linux/aseprite-thumbnailer b/src/desktop/linux/aseprite-thumbnailer index e68e1e70c..6968110c9 100644 --- a/src/desktop/linux/aseprite-thumbnailer +++ b/src/desktop/linux/aseprite-thumbnailer @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/usr/bin/bash # Aseprite Desktop Integration Module # Copyright (C) 2016 Gabriel Rauter