aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc_distr
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-16 13:41:20 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-16 13:41:20 +0200
commit31c1c9c1a60295673e7e6c2d01b4194aead18c02 (patch)
treed26eb7c1ef6e671a175bfc4f0b64a822398875bf /.bashrc_distr
parent.ghci.conf: :set -XOverloadedStrings (diff)
downloadlinux-home-31c1c9c1a60295673e7e6c2d01b4194aead18c02.tar.gz
linux-home-31c1c9c1a60295673e7e6c2d01b4194aead18c02.zip
code style
Diffstat (limited to '.bashrc_distr')
-rw-r--r--.bashrc_distr2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc_distr b/.bashrc_distr
index 06d342a..8e7b84c 100644
--- a/.bashrc_distr
+++ b/.bashrc_distr
@@ -5,7 +5,7 @@
# For details, see https://github.com/egor-tensin/cygwin-home.
# Distributed under the MIT License.
-checksums_path='sha1sums.txt'
+readonly checksums_path='sha1sums.txt'
update_checksums() {
sha1sum -- "$@" > "$checksums_path"