summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/chroot-manager/trunk/bin/chroot-execute')
-rwxr-xr-xprojects/chroot-manager/trunk/bin/chroot-execute2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/chroot-manager/trunk/bin/chroot-execute b/projects/chroot-manager/trunk/bin/chroot-execute
index 00e2249..8abf7c5 100755
--- a/projects/chroot-manager/trunk/bin/chroot-execute
+++ b/projects/chroot-manager/trunk/bin/chroot-execute
@@ -23,7 +23,7 @@ source "${CHROOT_PREFIX}/etc/chroot-manager.conf"
# Initialize the env
init_chroot_env ${TARGET_CHROOT}
-# Call sudo if we're not root
+# Be smart and use sudo for when we aren't root
sudo=""
if [[ ${UID} != 0 ]]; then
sudo="sudo -H"