diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-02 18:03:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-02 18:03:43 +0000 |
commit | 975c83d778b582fcc4a0eabf42507b5754375387 (patch) | |
tree | 3e19bdcd8d1f7f58021f280f26b2544da46f3627 /Master/tlpkg/bin/ctan2tl | |
parent | 0b19a78242b29c0fee590583b9614e850f1c4a6e (diff) |
gmverb update (1sep08)
git-svn-id: svn://tug.org/texlive/trunk@10418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index d8c2f7affec..01ca9abd40c 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -32,7 +32,7 @@ if test "x$1" = x--help; then exit 0 fi -if test "x$1" = x--place; then +if test "x$1" = x--place || test "x$1" = x-p; then place_chicken= shift else |