From 78014c105d8ca21fc205d4bbda07c1e93ba0be2b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 26 Dec 2008 13:42:30 +0000 Subject: [PATCH] don't use function syntax which /bin/sh doesn't grok git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makeunixtags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/makeunixtags.sh b/misc/scripts/makeunixtags.sh index 41d61b1959..9f9ec402e7 100644 --- a/misc/scripts/makeunixtags.sh +++ b/misc/scripts/makeunixtags.sh @@ -9,7 +9,7 @@ # this function should be called with a single parameter containing addition # port-specific directories to scan -function create_tags() +create_tags() { ctags --totals --c++-kinds=+px --language-force=c++ \ --exclude=include/wx/vms_x_fix.h \ -- 2.47.2