Skip to content
Snippets Groups Projects
Commit 0859d047 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

Update licencecheckout.sh

Bugfix, "date" command returns now date in English, not in German
parent ed97abdc
No related branches found
No related tags found
1 merge request!2Develop
......@@ -8,7 +8,9 @@ if [ ! -f $LMUTIL -o ! -f $MATLAB ]; then
exit 1
fi
LANG='en_US.UTF-8'
DATUM=$( date '+%d-%b-%Y' -d '14 days' )
LANG='de_DE.UTF-8'
cd /tmp
cat >lizenzen.m <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment