mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge remote-tracking branch 'tor-github/pr/448'
This commit is contained in:
commit
d671e3f513
3
changes/ticket28010
Normal file
3
changes/ticket28010
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Code simplification and refactoring:
|
||||||
|
- Fix shellcheck warnings in run_trunnel.sh. Resolves issue
|
||||||
|
28010.
|
@ -9,9 +9,7 @@ OPTIONS="--require-version=1.5.1"
|
|||||||
|
|
||||||
# Get all .trunnel files recursively from that directory so we can support
|
# Get all .trunnel files recursively from that directory so we can support
|
||||||
# multiple sub-directories.
|
# multiple sub-directories.
|
||||||
for file in `find ./src/trunnel/ -name '*.trunnel'`; do
|
find ./src/trunnel/ -name '*.trunnel' -exec python -m trunnel ${OPTIONS} {} \;
|
||||||
python -m trunnel ${OPTIONS} $file
|
|
||||||
done
|
|
||||||
|
|
||||||
python -m trunnel ${OPTIONS} --write-c-files --target-dir=./src/ext/trunnel/
|
python -m trunnel ${OPTIONS} --write-c-files --target-dir=./src/ext/trunnel/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user