File: fix-shell-in-fakeroot

package info (click to toggle)
fakeroot 1.37.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,904 kB
  • sloc: sh: 5,430; ansic: 5,340; makefile: 199; perl: 14
file content (13 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.