]> andersk Git - gssapi-openssh.git/blob - bundle/make-bin-bundle
o Add usage comments to both scripts.
[gssapi-openssh.git] / bundle / make-bin-bundle
1 #!/bin/sh
2 #
3 # Usage: ./make-bin-bundle
4 #
5
6 NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
7
8 if [ ! -e $NAME ]; then
9     $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml
10 fi
This page took 0.032549 seconds and 5 git commands to generate.