From ada571bd304fc0aabcd2fc2a7ea721aa2f20e8a3 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Fri, 5 Aug 2016 14:04:28 +0200 Subject: Fix SMBC in the first 10 days of a month --- bin/comics/smbc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/comics/smbc b/bin/comics/smbc index beb4380..6b6fcb4 100755 --- a/bin/comics/smbc +++ b/bin/comics/smbc @@ -16,7 +16,7 @@ export LANG=C export LC_ALL=C export LC_TIME=C -SEARCH_DATE=`date -d "$daysago days ago 00:00:00" +"%B %d, %Y"` +SEARCH_DATE=`date -d "$daysago days ago 00:00:00" +"%B %-d, %Y"` echo Search for: $SEARCH_DATE -- cgit v1.2.3-1-g7c22