| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f8ba672 commit 9711bc2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,9 +55,9 @@ if [ "$CHECKSUM" != "$GENERATED_CHECKSUM" ]; then | |||
| 55 | 55 | exit 0 | |
| 56 | 56 | fi | |
| 57 | 57 | ||
| 58 | - sed -i '' -e "s|\"url\": \"\(.*\)\".*|\"url\": \"$NEW_VERSION_TGZ_URL\",|" "$TOOLS_DIR/icu/current_ver.dep" | ||
| 58 | + perl -i -pe "s|\"url\": .*|\"url\": \"$NEW_VERSION_TGZ_URL\",|" "$TOOLS_DIR/icu/current_ver.dep" | ||
| 59 | 59 | ||
| 60 | - sed -i '' -e "s|\"md5\": \"\(.*\)\".*|\"md5\": \"$CHECKSUM\"|" "$TOOLS_DIR/icu/current_ver.dep" | ||
| 60 | + perl -i -pe "s|\"md5\": .*|\"md5\": \"$CHECKSUM\"|" "$TOOLS_DIR/icu/current_ver.dep" | ||
| 61 | 61 | ||
| 62 | 62 | rm -rf out "$DEPS_DIR/icu" "$DEPS_DIR/icu4c*" | |
| 63 | 63 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments