summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2016-08-05 14:04:28 +0200
committerPhillip Berndt <pberndt@spline.de>2016-08-05 14:04:28 +0200
commitada571bd304fc0aabcd2fc2a7ea721aa2f20e8a3 (patch)
treebe2fe52d9ab0076c768cc2682a649f39082f2e50
parent2c9d0486cd22837af268f0af19fca555284b9402 (diff)
downloadcomics-ada571bd304fc0aabcd2fc2a7ea721aa2f20e8a3.tar.gz
comics-ada571bd304fc0aabcd2fc2a7ea721aa2f20e8a3.tar.bz2
comics-ada571bd304fc0aabcd2fc2a7ea721aa2f20e8a3.zip
Fix SMBC in the first 10 days of a month
-rwxr-xr-xbin/comics/smbc2
1 files changed, 1 insertions, 1 deletions
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