From 31c1c9c1a60295673e7e6c2d01b4194aead18c02 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 16 Aug 2016 13:41:20 +0200 Subject: code style --- .bashrc_distr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc_distr') 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" -- cgit v1.2.3