From: Vadim Zeitlin Date: Fri, 26 Dec 2008 13:42:30 +0000 (+0000) Subject: don't use function syntax which /bin/sh doesn't grok X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78014c105d8ca21fc205d4bbda07c1e93ba0be2b?hp=6b6663be8836957ef95ba82f7b4960b8ccfee144 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 --- 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 \