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

This commit is contained in:
a1346054 2021-08-25 22:30:17 +00:00
parent 485e5cd088
commit 1dcecbc281

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Ensure svg-term is installed # Ensure svg-term is installed
if ! [ -x "$(command -v svg-term)" ]; then if ! [ -x "$(command -v svg-term)" ]; then