Преглед изворни кода

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