diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-14 00:33:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-14 00:33:07 +0000 |
commit | 4a9d2e86bfa4e3997de684c7cbddfcffb3f7b18c (patch) | |
tree | 9316880d5d53d32ca2abd8d15a207974a11dd861 /Build/tools/tlrebuild | |
parent | f926292df66b575339928af1988b6a396d2d5ca7 (diff) |
chmod shouldn't be needed.
git-svn-id: svn://tug.org/texlive/trunk@2427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/tlrebuild')
-rwxr-xr-x | Build/tools/tlrebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/tools/tlrebuild b/Build/tools/tlrebuild index 83d4099d069..fc87b1c68ad 100755 --- a/Build/tools/tlrebuild +++ b/Build/tools/tlrebuild @@ -91,9 +91,6 @@ for dir in texmf/tpm texmf-dist/tpm texmf-doc/tpm; do # Theory is that that should be done when adding/removing packages, # too dangerous to do it here. svn commit -m'tlrebuild [tpm] autoupdate' - - # keep writable for next time, trying to have rahtz/staw share /home/tlprod. - chmod a+rw * >&/dev/null done # lists files used by the Unix installer. |