Commit 0dcf6771 authored by Lorenz Stechauner's avatar Lorenz Stechauner
Browse files

World4you grammar

parent 062503c5
...@@ -133,7 +133,7 @@ _login() { ...@@ -133,7 +133,7 @@ _login() {
if [ -z "$WORLD4YOU_USERNAME" ] || [ -z "$WORLD4YOU_PASSWORD" ]; then if [ -z "$WORLD4YOU_USERNAME" ] || [ -z "$WORLD4YOU_PASSWORD" ]; then
WORLD4YOU_USERNAME="" WORLD4YOU_USERNAME=""
WORLD4YOU_PASSWORD="" WORLD4YOU_PASSWORD=""
_err "You don't specified world4you username and password yet." _err "You didn't specify world4you username and password yet."
_err "Usage: export WORLD4YOU_USERNAME=<name>" _err "Usage: export WORLD4YOU_USERNAME=<name>"
_err "Usage: export WORLD4YOU_PASSWORD=<password>" _err "Usage: export WORLD4YOU_PASSWORD=<password>"
return 2 return 2
......
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