mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fail check if licensecheck missing
This commit is contained in:
parent
8b44b06ea9
commit
48b117e0db
@ -5,6 +5,15 @@
|
||||
INCLUDE_EXTENSIONS="h|cpp|hpp|py|c"
|
||||
EXCLUDE_LIST="(.*\/(qtermwidget)\/|ui_defaults\\.h|CREDITS|TODO|README|URI|^[^.]*$|.*\\.(?!($INCLUDE_EXTENSIONS)$))"
|
||||
|
||||
# check for existance of licensecheck first
|
||||
has_licensecheck=$( licensecheck )
|
||||
if licensecheck ; then
|
||||
echo "licensecheck installed!"
|
||||
else
|
||||
echo "licensecheck not installed!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
DIR=$(git rev-parse --show-toplevel)
|
||||
|
||||
pushd ${DIR} > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user