Changeset 83904 in vbox for trunk/tools
- Timestamp:
- Apr 21, 2020 4:27:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/backport-commit.sh
r83903 r83904 86 86 if "${MY_SED}" -e 's/1/1/g' --output-text "${MY_TMP_FILE}" "${MY_MSG_FILE}" \ 87 87 && "${MY_SED}" -e 's/1/1/g' --output-text "${MY_MSG_FILE}" "${MY_TMP_FILE}"; then 88 88 : 89 89 else 90 90 echo "error: SED failed to clean up commit message line-endings."
Note:
See TracChangeset
for help on using the changeset viewer.