~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to example/cryptdir

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!../expect --
 
1
#!/bin/sh
 
2
# -*- tcl -*-
 
3
# The next line is executed by /bin/sh, but not tcl \
 
4
exec tclsh "$0" ${1+"$@"}
 
5
 
 
6
package require Expect
 
7
 
 
8
 
2
9
# Name: cryptdir
3
10
# Author: Don Libes, NIST
4
11
#