diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-27 15:48:56 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-27 15:48:56 +0100 |
commit | 17587c19c5046760ef5e6353bb04180b3aa4269b (patch) | |
tree | 9d9ca39fa1aac5547744f43ffe91687b8be72ecf | |
parent | c2cb6eb870497ee0f3b3a6af416102dae0ceadef (diff) |
Fix date string
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ build_tarball() { build_metadata() { local stat=`stat -c %Y $rootfs` - local date="`date -R -d "@${stat}"`" + local date="`date -R -d \"@${stat}\"`" if test ${subarch} = generic; then local arch_lxd=${arch} |