From cf34f0499d1e14ca286644329dd74dfff8722e6c Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Mar 2024 23:41:32 +0100 Subject: [PATCH] pathof : shebang --- qemu/bin/pathof | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu/bin/pathof b/qemu/bin/pathof index 470a66a..f0703e6 100755 --- a/qemu/bin/pathof +++ b/qemu/bin/pathof @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/usr/bin/env sh +set -e # Invoked on termination if the last command failed error() { >&2 echo "$(basename "$0"): ${*}"; }