mirror of https://gitee.com/openkylin/ppp.git
Change path to expect in secure-card example script
This fixes the lintian warning: I: ppp: example-wrong-path-for-interpreter usr/share/doc/ppp/examples/scripts/secure-card (#!/usr/local/bin/expect != /usr/bin/expect) Author: Chris Boot <bootc@debian.org> Forwarded: not-needed Last-Update: 2013-09-09 Gbp-Pq: Name secure-card-interpreter-fix
This commit is contained in:
parent
eba663cf22
commit
c343611431
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/expect -f
|
||||
#!/usr/bin/expect -f
|
||||
#
|
||||
# This script was written by Jim Isaacson <jcisaac@crl.com>. It is
|
||||
# designed to work as a script to use the SecureCARD(tm) device. This
|
||||
|
|
Loading…
Reference in New Issue