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