Skip to content

Commit

Permalink
remove the not-portable -p arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tjluoma committed Jul 10, 2020
1 parent 0db4aee commit f2e1eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di-iterm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ then

(cd "$FILENAME:h" ; \
echo "\n\nLocal sha256:" ; \
shasum -a 256 -p "$FILENAME:t" \
shasum -a 256 "$FILENAME:t" \
) >>| "$FILENAME:r.txt"

fi
Expand Down

0 comments on commit f2e1eef

Please sign in to comment.