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