diff options
Diffstat (limited to '.bash_utils')
-rw-r--r-- | .bash_utils/distr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_utils/distr.sh b/.bash_utils/distr.sh index 8e7b84c..06d342a 100644 --- a/.bash_utils/distr.sh +++ b/.bash_utils/distr.sh @@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/cygwin-home. # Distributed under the MIT License. -readonly checksums_path='sha1sums.txt' +checksums_path='sha1sums.txt' update_checksums() { sha1sum -- "$@" > "$checksums_path" |