Commit 8d189640 authored by Andreas Jung's avatar Andreas Jung

wording

parent 65cf75e2
......@@ -186,7 +186,7 @@ def copyskel(sourcedir, targetdir, uid, gid, **replacements):
print >>sys.stderr, msg
sys.exit(1)
# fix permission in 'bin' directory
# fix file permissions in 'bin' directory
bin_dir = os.path.join(targetdir, 'bin')
for fname in os.listdir(bin_dir):
fullname = os.path.join(bin_dir, fname)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment