Print the detected project file
This commit is contained in:
parent
d9a2cbd26f
commit
ee33836d00
|
@ -187,6 +187,7 @@ fi
|
||||||
|
|
||||||
if [ ! -z "$projectFile" ];
|
if [ ! -z "$projectFile" ];
|
||||||
then
|
then
|
||||||
|
echo "Project File Found: \"$projectFile\"";
|
||||||
projectRoot="$(dirname "$projectFile")";
|
projectRoot="$(dirname "$projectFile")";
|
||||||
cd "$projectRoot";
|
cd "$projectRoot";
|
||||||
tempFile="$(mktemp)";
|
tempFile="$(mktemp)";
|
||||||
|
|
Loading…
Reference in a new issue