diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-22 00:51:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-22 00:51:36 +0000 |
commit | 7091f02f114d34ab2164074d16106b9e9b4e8bb4 (patch) | |
tree | b7015b4d037854b112819fafcd5679d8d5cc68c9 /Master/texmf-dist/scripts/adhocfilelist | |
parent | ac225c92964fc1f94322e26a4edc729528882bcb (diff) |
adhocfilelist (21nov12)
git-svn-id: svn://tug.org/texlive/trunk@28326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/adhocfilelist')
-rwxr-xr-x | Master/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh b/Master/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh index d8b28bd48d4..07d0388fa5c 100755 --- a/Master/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh +++ b/Master/texmf-dist/scripts/adhocfilelist/adhocfilelist.sh @@ -1,7 +1,7 @@ #!/bin/sh ## ## \ProvidesFile{adhocfilelist.sh} -## [2012/10/17 v0.7 command line -> \string\listfiles +## [2012/11/19 v0.71 command line -> \string\listfiles ## \space(UL)] ## ## (C) 2012 Uwe Lück LaTeX Project Public License @@ -17,7 +17,7 @@ add_type () { } add_type sty; add_type cfg; add_type cls; add_type dtx; add_type def; add_type fd; -adhoc_find_std="-follow -maxdepth 1 ( $adhoc_find_std )" +adhoc_find_std="-L -maxdepth 1 ( $adhoc_find_std )" ## -L 2012-11-19 #echo adhoc_find_std = $adhoc_find_std ## standard action (v0.7): adhoc_fmt_std=',%f' |