Skip to content

Commit

Permalink
Use equivalent Bash/Powershell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jan 14, 2025
1 parent 0ecdea9 commit 92d5010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/release-review-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Steps
- `unzip $HOME/Downloads/release_files.zip -d github`
- `ARCHIVE=apache-log4cxx-1.4.0`
- `for TYPE in tar.gz zip; do`
- `diff {,github/}$ARCHIVE.$TYPE.sha512`
- `diff {,github/}$ARCHIVE.$TYPE.sha512 && echo "$ARCHIVE.$TYPE.sha512: OK"`
- `done`
- Windows (powershell):
- `Set-Location -Path "${ENV:TEMP}\log4cxx-1.4.0"`
Expand Down

0 comments on commit 92d5010

Please sign in to comment.