Skip to content

Commit

Permalink
Dump FAKECHROOT_BASE* variables on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Dec 2, 2011
1 parent 7232e97 commit eac9aa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libfakechroot.c
Expand Up @@ -78,6 +78,9 @@ void fakechroot_init (void)
}

debug("fakechroot_init()");
debug("FAKECHROOT_BASE=\"%s\"", getenv("FAKECHROOT_BASE"));
debug("FAKECHROOT_BASE_ORIG=\"%s\"", getenv("FAKECHROOT_BASE_ORIG"));

if (!first) {
first = 1;

Expand Down

0 comments on commit eac9aa2

Please sign in to comment.