summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh
blob: 09c480519ac93c2504ae5cb86985a7f3ce0b5916 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -z "$DISPLAY" ]; then
  exec pppgetpass.vt "$@"
else
  exec pppgetpass.gtk "$@"
fi