Kaydet (Commit) c948966f authored tarafından Guido van Rossum's avatar Guido van Rossum

SF patch #524005 by Paul Eggert.

Use posixly correct sort args.

Bugfix candidate.
üst 51e234aa
......@@ -828,7 +828,7 @@ tags::
ctags -w -t Include/*.h; \
for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
done; \
sort tags -o tags
sort -o tags tags
# Create a tags file for GNU Emacs
TAGS::
......
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