From: Juan Picca <jumapico@gmail.com>
Date: Mon, 30 Mar 2026 11:05:48 +0800
Subject: Fix shell in fakeroot.in

Last-Update: 2016-06-27

Use /bin/sh instead of @SHELL@ in fakeroot.in
Last-Update: 2016-06-27
---
 scripts/fakeroot.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 0d6f435..7bb2ffd 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
 
 # This script first starts faked (the daemon), and then it will run
 # the requested program with fake root privileges.
