Replace GNU-specific date
invocation
This commit is contained in:
parent
bfa65f35ce
commit
894b183de2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
date=$(date --rfc-3339=date)
|
||||
date=$(date +%Y-%m-%d)
|
||||
title=
|
||||
author=
|
||||
|
||||
|
|
Loading…
Reference in a new issue