Remove not required echo
- tools/validate-links.sh has a echo which is not necessary. Removed it. Change-Id: I122c995bc5d99592212505ce23256e27685b4af4 Closes-Bug: #1479647
This commit is contained in:
parent
a0f67f67df
commit
d4c7129dc3
@ -3,7 +3,6 @@
|
|||||||
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
|
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
|
||||||
cd "$(dirname "$REAL_PATH")/.."
|
cd "$(dirname "$REAL_PATH")/.."
|
||||||
|
|
||||||
echo "Checking for broken links"
|
|
||||||
if find . -type l -exec test ! -e {} \; -print | egrep '.*'; then
|
if find . -type l -exec test ! -e {} \; -print | egrep '.*'; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user