[go: up one dir, main page]

File: fakechroot.sh

package info (click to toggle)
fakechroot 2.19-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,148 kB
  • sloc: ansic: 6,893; sh: 5,995; makefile: 349; perl: 169; java: 5
file content (7 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh

srcdir=${srcdir:-.}
FAKECHROOT="${FAKECHROOT:-$srcdir/bin/fakechroot}"

"$FAKECHROOT" "$srcdir/chroot.sh" "$@"
exit $?