summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-29 13:16:59 -0400
committerColin Walters <walters@verbum.org>2010-12-02 11:23:52 -0500
commitc3e6795f4636fd71264f59d0b613576978895464 (patch)
tree5f261a50b14dff376236a0c93b072f86a013a24e /bin
parente002c29f7f3ce1da2d70b8ca66ca7db7c49d24c7 (diff)
downloadhomegit-MOVED-TO-GNOME-c3e6795f4636fd71264f59d0b613576978895464.tar.gz
homegit-MOVED-TO-GNOME-c3e6795f4636fd71264f59d0b613576978895464.tar.xz
homegit-MOVED-TO-GNOME-c3e6795f4636fd71264f59d0b613576978895464.zip
inroot: Add license docs
Diffstat (limited to 'bin')
-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