From 6c2af30345428b678dcfb6b8596ffee5f91f8cf2 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 7 Apr 2026 15:07:57 -0400 Subject: [PATCH] Fixed a linker problem for systems, where bash is install at a non standard location. --- commonl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonl b/commonl index c42b9d9..a02c44c 100755 --- a/commonl +++ b/commonl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Public domain / CC0. Use freely for any purpose. RoyR 2026 GCC_NO_PIE=1