From: Daniel Baumann Date: Sun, 6 Jun 2010 09:26:07 +0000 (+0200) Subject: Updating update-version script. X-Git-Tag: debian/2.0_a6-1~6 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=a639f1d08027737a946ab7ff5e9e60e0eaa6d091;p=live-boot-grml.git Updating update-version script. --- diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index cabae5f..41c0ae1 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -2,7 +2,7 @@ set -e -DATE="$(date +%Y\\\\-%m\\\\-%d)" +DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)" PROGRAM="LIVE\\\-BOOT" VERSION="$(cat ../VERSION)"