Skip to content
Snippets Groups Projects
Commit 06e3f446 authored by Craig Tiller's avatar Craig Tiller
Browse files

Eliminate bashisms

parent b8933b38
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ if [ "x$TEST" != "x" ] ; then ...@@ -43,7 +43,7 @@ if [ "x$TEST" != "x" ] ; then
tools/buildgen/build-cleaner.py build.json tools/buildgen/build-cleaner.py build.json
fi fi
source tools/buildgen/generate_build_additions.sh . tools/buildgen/generate_build_additions.sh
global_plugins=`find ./tools/buildgen/plugins -name '*.py' | global_plugins=`find ./tools/buildgen/plugins -name '*.py' |
sort | grep -v __init__ | awk ' { printf "-p %s ", $0 } '` sort | grep -v __init__ | awk ' { printf "-p %s ", $0 } '`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment