From 0356282034b1f3c8be7828694e53e59bff6a5e9d Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Wed, 27 Jan 2021 14:08:29 -0800 Subject: Don't hardcode the path to the guile executable Instead use the path autoconf finds, avoids a subtitle bug that it will pick up guile installed at the system level instead of guix. --- scripts/pinentry-rofi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pinentry-rofi.in b/scripts/pinentry-rofi.in index 47a85e5..d2a4f05 100644 --- a/scripts/pinentry-rofi.in +++ b/scripts/pinentry-rofi.in @@ -1,4 +1,4 @@ -#! /usr/bin/guile \ +#! @GUILE@ \ --no-auto-compile -e main -s !# ;; bin/pinentry-rofi --- pinentry-rofi cli -*- coding: utf-8 -*- -- cgit