summaryrefslogtreecommitdiffstats
path: root/linkers
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-11-21 10:11:13 +1100
committerChris Johns <chrisj@rtems.org>2023-11-21 15:47:17 +1100
commit75ffa6781a88d0837b07979b5358ea7882aca488 (patch)
tree401a52b3f436c0a0f330961c661ff28bd9539ee3 /linkers
parenttester/tftp: Add a session timeout (diff)
downloadrtems-tools-75ffa6781a88d0837b07979b5358ea7882aca488.tar.bz2
python: Updates for Python 3.12
- Change SafeConfigParser to ConfigParser - Fix escape sequences in strings Updates #4968
Diffstat (limited to 'linkers')
-rw-r--r--linkers/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/wscript b/linkers/wscript
index 8591d60..2d2d7f0 100644
--- a/linkers/wscript
+++ b/linkers/wscript
@@ -178,4 +178,4 @@ def build(bld):
use = modules)
def tags(ctx):
- ctx.exec_command('etags $(find . -name \*.[sSch])', shell = True)
+ ctx.exec_command('etags $(find . -name \\*.[sSch])', shell = True)