Browse Source

Invoke bash using /usr/bin/env instead of hardcoded path

a1346054 3 năm trước cách đây
mục cha
commit
1dcecbc281
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      res/asciinema-to-svg

+ 1 - 1
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