Skip to content

Commit 014f89e

Browse files
committed
debug AnalysisTreeHashWriter *2
1 parent f3db6b2 commit 014f89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/AnalysisTreeHashWriter.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if [ -d ".git" ]; then
2626
else
2727
echo "AnalysisTreeHashWriter: git status returns non-empty"
2828
echo "export ANALYSIS_TREE_COMMIT_ORIGINAL=FALSE" >> $FILE_HASH
29+
git diff >> $FILE_DIFF
2930
fi
30-
git diff >> $FILE_DIFF
3131
else
3232
cd -
3333
echo "AnalysisTreeHashWriter: the directory is not git"

0 commit comments

Comments
 (0)