From 07a41820ca9371d2870824475534c1434a267e54 Mon Sep 17 00:00:00 2001 From: emma Date: Tue, 16 Jan 2024 12:21:44 -0700 Subject: [PATCH] useless use of backticks (https://porkmail.org/era/unix/award#backticks) --- build-index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-index.sh b/build-index.sh index aa6e60c..02cb1f9 100755 --- a/build-index.sh +++ b/build-index.sh @@ -5,7 +5,7 @@ parent=$(dirname "${BASH_SOURCE[0]}") cd $parent; cd ../../../ directory=$(pwd -P) -today=`date "+%Y-%m-%d"` +today="$(date "+%Y-%m-%d")" echo -e "Date: $today\n"