Commit c3240ff5 authored by Claes Sjofors's avatar Claes Sjofors

wb local fix

parent eb991f97
......@@ -33,7 +33,7 @@ if [ -z $database ]; then
return
fi
export LC_TIME="en_US.UTF-8"
export LC_TIME="en_US"
export LC_NUMERIC="POSIX"
echo "-- Opening volume '$database'"
......
......@@ -25,7 +25,7 @@ username=$1
password=$2
volume=$3
export LC_TIME="en_US.UTF-8"
export LC_TIME="en_US"
export LC_NUMERIC="POSIX"
wb $username $password $volume $4 $5 $6 $7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment