diff --git a/tools/dope.sh b/tools/dope.sh index fed0fd6b..88249477 100755 --- a/tools/dope.sh +++ b/tools/dope.sh @@ -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}"