From d78d5fe4b319766dab8125bec3be9fa6ac7e4703 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 7 Oct 2023 15:42:29 -0400 Subject: fix schbang --- guix-strap/guix-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-strap/guix-log') diff --git a/guix-strap/guix-log b/guix-strap/guix-log index c344415..4583127 100755 --- a/guix-strap/guix-log +++ b/guix-strap/guix-log @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/run/current-system/profile/bin/bash ERROR() { >&2 printf "\x1b[91mError: \x1b[0m\x1b[98m$1\n" -- cgit v1.2.3-freya