diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/changes.snippets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/changes.snippets b/snippets/changes.snippets index 9ff8334..b3fae6b 100644 --- a/snippets/changes.snippets +++ b/snippets/changes.snippets @@ -1,5 +1,5 @@ snippet ch ------------------------------------------------------------------- - `strftime("%a %b %e %X %Z %Y")` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')` + `system('LC_TIME=en_DK date "+%a %b %e %X %Z %Y"|tr -d "\n"')` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')` - ${0} - + |