diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-18 12:47:18 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-18 12:47:18 -0500 |
commit | 27274846fa112b3309a5cebe6afa2753d641a992 (patch) | |
tree | 73bf33f38b00ab94d65b93ad569e8c3e2f5f516c /src/chroot-tools/librechroot | |
parent | ca879723bef3b0f638a2e6262f1fc869cf2b14be (diff) |
librechroot: fix comment
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 1c8ec4c..64c3a46 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -151,7 +151,7 @@ readonly commands=( run enter clean-repo help ) -# set $rootdir and $copydir; blank them on error +# Print code to set $rootdir and $copydir; blank them on error calculate_directories() { # Don't assume that CHROOTDIR or CHROOT are set, # but assume that COPY is set. |