aboutsummaryrefslogtreecommitdiff
path: root/ctct.in
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 22:11:27 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 22:18:26 +0100
commit42568cd7cb2d7779cf3b7bb05778bed4daf63bc3 (patch)
tree5292f7521e856f82eb53f7539881bf9b360b788e /ctct.in
parent282b528e3d8477bbfca9132facdc39d2b09c2cc6 (diff)
Small cosmetic changes
- Do not declare variables as local if they are also declared using `typeset'. - Slightly improve man page. - Change license links to https. - Update TODO
Diffstat (limited to 'ctct.in')
-rw-r--r--ctct.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctct.in b/ctct.in
index cf68a76..172437b 100644
--- a/ctct.in
+++ b/ctct.in
@@ -15,7 +15,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with ctct. If not, see <http://www.gnu.org/licenses/>.
+# along with ctct. If not, see <https://www.gnu.org/licenses/>.
#
## DEFAULT SETTINGS:
@@ -276,7 +276,7 @@ function rename_file()
function delete_file()
{
- local i files name file str
+ local name file str
typeset -i i=0
typeset -a files
@@ -393,7 +393,7 @@ cat << EOF
ctct - Version @PACKAGE_VERSION@
Copyright 2015, 2016 Einhard Leichtfuß.
License AGPLv3+: GNU Affero General Public License, version 3 or later
- - <http://gnu.org/licenses/agpl.html>
+ - <https://gnu.org/licenses/agpl.html>
This is free software: You are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
EOF