瀏覽代碼

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

a1346054 3 年之前
父節點
當前提交
1dcecbc281
共有 1 個文件被更改,包括 1 次插入1 次删除
  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