Skip to content

Commit 76f2ecc

Browse files
committed
Printing stuff out
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
1 parent e51051b commit 76f2ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/project_detection.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ read_project_name_file () {
2424
fi
2525

2626
if read -r PROJECT_NAME < "$PROJECT_NAME_FILE"; then :; else
27+
echo "Script location: $SCRIPT_DIR"
2728
echo "$PROJECT_NAME_FILE does not exist... Exiting..." >&2
2829
exit 1
2930
fi

0 commit comments

Comments
 (0)