repo.or.cz
/
mpls-ppp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Squish a few more char vs unsigned char warnings
[mpls-ppp.git]
/
contrib
/
pppgetpass
/
pppgetpass.sh
blob
09c480519ac93c2504ae5cb86985a7f3ce0b5916
1
#!/bin/sh
2
3
if
[
-z
"
$DISPLAY
"
];
then
4
exec
pppgetpass.vt
"$@"
5
else
6
exec
pppgetpass.gtk
"$@"
7
fi