packages/net/acme/patches/0001-remove-timestamp.patch
Toke Høiland-Jørgensen feb006f202 acme: Update timestamp patch for new version.
Fixes butched update to 1.2.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-11-04 19:08:35 +01:00

14 lines
243 B
Diff

--- a/acme.sh
+++ b/acme.sh
@@ -84,9 +84,9 @@ __red() {
_printargs() {
if [ -z "$2" ] ; then
- printf -- "[$(date)] $1"
+ printf -- " $1"
else
- printf -- "[$(date)] $1='$2'"
+ printf -- " $1='$2'"
fi
printf "\n"
}