From b01fd0d50072db60131e6ff53ad8141d852c3b0a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 May 2008 15:14:21 +0100 Subject: [PATCH] punctuate message --- .bin/get_quote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/get_quote b/.bin/get_quote index 546a74b..3412585 100755 --- a/.bin/get_quote +++ b/.bin/get_quote @@ -9,7 +9,7 @@ set -eu if [ ! -x "$(command -v fortune)" ]; then echo "E: fortune not installed" >&2 - echo "This space unintentionally left blank" + echo "This space unintentionally left blank." exit 1 fi -- 2.39.2