From 3d06a7576809abbd7cceb49ea30f483568423cbf Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 31 Oct 2015 12:43:22 -0700 Subject: [PATCH] Remove more %_b instances Signed-off-by: Tom Eastep --- Shorewall-core/lib.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-core/lib.common b/Shorewall-core/lib.common index 5814189fd..917338aa2 100644 --- a/Shorewall-core/lib.common +++ b/Shorewall-core/lib.common @@ -33,7 +33,7 @@ startup_error() # $* = Error Message echo " ERROR: $@: Firewall state not changed" >&2 if [ $LOG_VERBOSITY -ge 0 ]; then - timestamp="$(date +'%_b %d %T') " + timestamp="$(date +'%b %d %T') " echo "${timestamp} ERROR: $@" >> $STARTUP_LOG fi @@ -50,7 +50,7 @@ startup_error() # $* = Error Message esac if [ $LOG_VERBOSITY -ge 0 ]; then - timestamp="$(date +'%_b %d %T') " + timestamp="$(date +'%b %d %T') " case $COMMAND in start)