Skip to content

Commit

Permalink
fix(srs): Use common shasum utility
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 13, 2023
1 parent 756d717 commit 77041bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/srs_db/download_ignition_lagrange.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num_transcripts=${1:-25}
ARGS=$(seq 1 $num_transcripts)

checksum() {
grep transcript_${1}.dat checksums | sha256sum -c
grep transcript_${1}.dat checksums | shasum -a 256 -c
return $?
}

Expand Down

0 comments on commit 77041bc

Please sign in to comment.