summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/patches/fix-shell-in-fakeroot.patch
blob: ce5d23f0c85ea820d03583e208c7761cb138c24f (plain)
Description: Fix shell in fakeroot.in
 Use /bin/sh instead of @SHELL@ in fakeroot.in
Author: Juan Picca <jumapico@gmail.com>
Last-Update: 2016-06-27
---
--- 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.