Skip to content
Snippets Groups Projects
Commit d4c7129d authored by Swapnil Kulkarni's avatar Swapnil Kulkarni
Browse files

Remove not required echo

- tools/validate-links.sh has a echo which
  is not necessary. Removed it.

Change-Id: I122c995bc5d99592212505ce23256e27685b4af4
Closes-Bug: #1479647
parent a0f67f67
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
echo "Checking for broken links"
if find . -type l -exec test ! -e {} \; -print | egrep '.*'; then
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment