From 576296b2eac6ae7620c8bacdce64b6841df3f05c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 18:21:19 +0200 Subject: [PATCH] setup.sh: Minor documentation typo fix. --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4ecbd87..f36552b 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,7 @@ set -e . ../lib.sh + # gdb, GNU debugger. if installed gdb; then link gdb/gdbinit ~/.gdbinit @@ -37,7 +38,7 @@ if installed maxima; then link maxima ~/.maxima fi -# MySQL client +# MySQL client. if installed mysql; then link mysql/my.cnf ~/.my.cnf fi -- 2.43.2