Add missing shbang to cmake provisioning script

It was given execute permissions when renamed recently; but the
bash-isms in it will only work with that if it uses bash.

Change-Id: I61468257210ba586fdaf1e79531bae0492f9e8ae
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Edward Welbourne
2017-11-24 18:17:41 +01:00
parent 9468be52db
commit 6675a8f416

View File

@@ -1 +1,2 @@
#!/usr/bin/env bash
$(dirname $0)/../common/cmake_linux.sh