From 1dcecbc281580f5a439ef55db2bc609d529a921f Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 25 Aug 2021 22:30:17 +0000 Subject: [PATCH] Invoke bash using /usr/bin/env instead of hardcoded path --- res/asciinema-to-svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/asciinema-to-svg b/res/asciinema-to-svg index 33588d1..cc0ef84 100755 --- a/res/asciinema-to-svg +++ b/res/asciinema-to-svg @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Ensure svg-term is installed if ! [ -x "$(command -v svg-term)" ]; then