mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
use exit 1
This commit is contained in:
parent
617a408ae7
commit
4e22a31fca
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ fetch() {
|
|||
|
||||
filename=$(basename $1)
|
||||
printf '%s\n' "$2 $filename" >$filename.sha256sum
|
||||
sha256sum -c $filename.sha256sum || die
|
||||
sha256sum -c $filename.sha256sum || exit 1
|
||||
}
|
||||
|
||||
OLD=$PWD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue