summaryrefslogtreecommitdiffstats
path: root/misc/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'misc/wscript')
-rw-r--r--misc/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wscript b/misc/wscript
index 21e7f75..5775dcf 100644
--- a/misc/wscript
+++ b/misc/wscript
@@ -92,4 +92,4 @@ def build(bld):
'tools/config/rtems-boot.ini')
def tags(ctx):
- ctx.exec_command('etags $(find . -name \*.[sSch])', shell = True)
+ ctx.exec_command('etags $(find . -name \\*.[sSch])', shell = True)