From a850eff00312e1da7cc9261633c29a526d48e641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 May 2015 13:07:16 +0000 Subject: [PATCH] Mac OSX does not support date -R --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 53f86b4..f24ab2d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -216,7 +216,7 @@ done HEADER='## @id '"\$Id\$"' # -# This file has been added by '${MY_NAME}' on '$(date -R)' +# This file has been added by '${MY_NAME}' on '$(date +"%Y-%m-%d %H:%M %Z")' # Feel free to change it or even remove and rebuild it, up to your needs # ## 1 2 3 4 5 6 7 8