diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-05 13:44:58 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-05 13:44:58 +0000 |
commit | 62e9af7ce66767f08385e43e9e216b362ee746bc (patch) | |
tree | 5774279a0f061b25e0024a686f7d12ff13ec2a24 | |
parent | bbbf07a3e7969edebdb654832056b2d27747a00e (diff) | |
download | zsh-62e9af7ce66767f08385e43e9e216b362ee746bc.tar.gz zsh-62e9af7ce66767f08385e43e9e216b362ee746bc.tar.xz zsh-62e9af7ce66767f08385e43e9e216b362ee746bc.zip |
13909: bad tilde files in some .distfiles
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Base/.distfiles | 1 | ||||
-rw-r--r-- | Completion/X/.distfiles | 1 | ||||
-rw-r--r-- | Test/.distfiles | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 90b22f47b..e04f69aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-05 Clint Adams <schizo@debian.org> + + * 13909: Completion/Base/.distfiles, Completion/X/.distfiles, + Test/.distfiles: remove stray files with tildes. + 2001-04-05 Sven Wischnowsky <wischnow@zsh.org> * 13908: Completion/Base/Utility/_arguments: complete only diff --git a/Completion/Base/.distfiles b/Completion/Base/.distfiles index 1803cbcd2..9e276f99b 100644 --- a/Completion/Base/.distfiles +++ b/Completion/Base/.distfiles @@ -1,4 +1,3 @@ DISTFILES_SRC=' .distfiles -_arguments~ _describe~ _sub_commands~ _tilde~ ' diff --git a/Completion/X/.distfiles b/Completion/X/.distfiles index 8482e942a..9e276f99b 100644 --- a/Completion/X/.distfiles +++ b/Completion/X/.distfiles @@ -1,4 +1,3 @@ DISTFILES_SRC=' .distfiles -_x_arguments~ _xt_arguments~ ' diff --git a/Test/.distfiles b/Test/.distfiles index a96f41d3e..cea6a5ae5 100644 --- a/Test/.distfiles +++ b/Test/.distfiles @@ -1,9 +1,9 @@ DISTFILES_SRC=' .distfiles .cvsignore B01cd.ztst D03procsubst.ztst Y02compmatch.ztst -54compmatch.ztst~ C01arith.ztst D04parameter.ztst Y03arguments.ztst +C01arith.ztst D04parameter.ztst Y03arguments.ztst A01grammar.ztst C02cond.ztst D05array.ztst comptest -A02alias.ztst C03traps.ztst E02xtrace.ztst comptest~ +A02alias.ztst C03traps.ztst E02xtrace.ztst A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh A04redirect.ztst D01prompt.ztst V02zregexparse.ztst A05execution.ztst D02glob.ztst Y01completion.ztst |