From cd5b90752f7406bd4434beff300d61a6a7896437 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 4 Aug 2017 23:22:48 -0400 Subject: Use $() in snapshot.sh I don't know why I wrote ``. --- snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot.sh b/snapshot.sh index 2f15498..536e289 100755 --- a/snapshot.sh +++ b/snapshot.sh @@ -1,5 +1,5 @@ #!/bin/sh set -e -u -ts=`date +'%Y.%m.%d.%H.%M'` +ts=$(date +'%Y.%m.%d.%H.%M') gzip -c -9 < "$1/torus.dat" > "$2/torus.dat.$ts.gz" -- cgit 1.4.1 den' name='id' value='15afbfa70cb6102c3c7ef0cecc6e83cb1730909b'/> libtls for OpenSSL
summary refs log tree commit diff
path: root/Makefile.am (unfollow)
Commit message (Expand)Author
2021-04-18Import LibreSSL 3.3.2June McEnroe
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe