summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/inroot6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/inroot b/bin/inroot
index a4c4a5a..f513f95 100755
--- a/bin/inroot
+++ b/bin/inroot
@@ -1,4 +1,10 @@
#!/bin/sh
+
+# inroot: Set lots of environment variables which act as a sort of opt-in
+# "chroot". See also "jhbuild".
+# Copyright 2010 Colin Walters <walters@verbum.org>
+# Licensed under the new-BSD license (http://www.opensource.org/licenses/bsd-license.php)
+
set -e
root=$1
shift