Changeset 83903 in vbox for trunk/tools
- Timestamp:
- Apr 21, 2020 4:25:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/backport-commit.sh
r83678 r83903 84 84 85 85 # This is a line ending hack for windows hosts. 86 if "${MY_SED}" -e 's/1/1/g' --output-text "${MY_TMP_FILE}" "${MY_MSG_FILE}" 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
Note:
See TracChangeset
for help on using the changeset viewer.