diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-08-25 17:16:36 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-08-26 16:12:52 +0100 |
commit | ed1573fc178fa1534ade5306f8bcef707ea346d0 (patch) | |
tree | cee60b23f45b573298f5bf9adffe68ac65bbdbf2 | |
parent | ed978361498b5f961b3c09643686569a43476ab6 (diff) | |
download | newlib-ed1573fc178fa1534ade5306f8bcef707ea346d0.zip newlib-ed1573fc178fa1534ade5306f8bcef707ea346d0.tar.gz newlib-ed1573fc178fa1534ade5306f8bcef707ea346d0.tar.bz2 |
doc: Also update shebang for chapter-texi2docbook.py
-rwxr-xr-x | newlib/doc/chapter-texi2docbook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/doc/chapter-texi2docbook.py b/newlib/doc/chapter-texi2docbook.py index e21489b..1a78030 100755 --- a/newlib/doc/chapter-texi2docbook.py +++ b/newlib/doc/chapter-texi2docbook.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # python script to convert the handwritten chapter .texi files, which include # the generated files for each function, to DocBook XML |