Commit 09cb059a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

in recent git version, the prompt is "UserName for 'xxx': ".

parent 96a9946b
#!/bin/sh -e
case "$1" in
Username:\ ) echo -n "$ERP5_GIT_USERNAME" ;;
Password:\ ) echo -n "$ERP5_GIT_PASSWORD" ;;
Username*:\ ) echo -n "$ERP5_GIT_USERNAME" ;;
Password*:\ ) echo -n "$ERP5_GIT_PASSWORD" ;;
*) false ;;
esac
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