mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
scripts: Make checkShellScripts.sh error exit if it can't find src
Closes 31679.
This commit is contained in:
@@ -31,6 +31,7 @@ TOPLEVEL=$(dirname "$(dirname "$HERE")")
|
||||
if [ ! -d "$TOPLEVEL/src" ]; then
|
||||
printf "Error: Couldn't find src directory in expected location: %s\\n" \
|
||||
"$TOPLEVEL/src"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check *.sh scripts, but ignore the ones that we can't fix
|
||||
|
||||
Reference in New Issue
Block a user