~ubuntu-branches/ubuntu/vivid/ibutils/vivid

« back to all changes in this revision

Viewing changes to ibdiag/src/ibdiagnet.in

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-01-11 22:22:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100111222200-53kum2et5nh13rv3
Tags: upstream-1.2-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.2-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -f
 
2
 
 
3
export TCLLIBPATH="%with_ibdm_lib% %ibdiag_libdir%"; \
 
4
export PATH="%with_ibis%":"%with_ibis_bindir%":$PATH; \
 
5
exec ibis "$@" <<EOF
 
6
 
 
7
set argv0 ibdiagnet
 
8
package require ibdiagnet
 
9
 
 
10
EOF