mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-23 07:08:13 +01:00
newline
This commit is contained in:
@@ -93,7 +93,8 @@ recreate_diff_dir() {
|
|||||||
echo "Generated ${DIFF_DIR}/${filepath}.copy"
|
echo "Generated ${DIFF_DIR}/${filepath}.copy"
|
||||||
else
|
else
|
||||||
diff -Nu --label "${baseFilepath}" --label "${derivedFilepath}" \
|
diff -Nu --label "${baseFilepath}" --label "${derivedFilepath}" \
|
||||||
"${filepathToBeUsedAsBase}" "${derivedFilepath}" > "${DIFF_DIR}/${filepath}.diff"
|
"${filepathToBeUsedAsBase}" "${derivedFilepath}" \
|
||||||
|
> "${DIFF_DIR}/${filepath}.diff"
|
||||||
echo "Generated ${DIFF_DIR}/${filepath}.diff"
|
echo "Generated ${DIFF_DIR}/${filepath}.diff"
|
||||||
fi
|
fi
|
||||||
done <<< "${DERIVED_FILES}"
|
done <<< "${DERIVED_FILES}"
|
||||||
|
|||||||
Reference in New Issue
Block a user