Skip to content

Commit

Permalink
Eliminate bashisms
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed May 28, 2015
1 parent b8933b3 commit 06e3f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildgen/generate_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ "x$TEST" != "x" ] ; then
tools/buildgen/build-cleaner.py build.json
fi

source tools/buildgen/generate_build_additions.sh
. tools/buildgen/generate_build_additions.sh

global_plugins=`find ./tools/buildgen/plugins -name '*.py' |
sort | grep -v __init__ | awk ' { printf "-p %s ", $0 } '`
Expand Down

0 comments on commit 06e3f44

Please sign in to comment.