mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
check_tools.sh: add a test to avoid invalid directory name
This commit is contained in:
parent
1ae1bf56c6
commit
0af335c17c
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ check_installed() {
|
|||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
if grep -q ' ' <<< $PWD; then
|
||||
echo_err "Invalid location: your location should not contain spaces"
|
||||
fi
|
||||
|
||||
for prog in autoconf automake pkg-config doxygen java nasm gettext wget yasm optipng; do
|
||||
check_installed "$prog" "it"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue