]> git.ozlabs.org Git - ppp.git/blob - contrib/pppgetpass/pppgetpass.sh
Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and it can...
[ppp.git] / contrib / pppgetpass / pppgetpass.sh
1 #!/bin/sh
2
3 if [ -z "$DISPLAY" ]; then
4   exec pppgetpass.vt "$@"
5 else
6   exec pppgetpass.gtk "$@"
7 fi