ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp
(Generate patch)

Comparing HostUpdateSharp/HostUpdateSharp (file contents):
Revision 100 by Douglas Thrift, 2004-03-02T01:35:17-08:00 vs.
Revision 146 by Douglas Thrift, 2004-04-10T13:24:59-07:00

# Line 1 | Line 1
1 < #!/usr/local/bin/bash
1 > #!/usr/bin/env bash
2   #
3   # Host Update Sharp
4   #
# Line 6 | Line 6
6   #
7   # $Id$
8  
9 < if test X"$ROTOR_DIR" != "X"; then
9 > if test X"$ROTOR_DIR" == "X"; then
10          pushd /usr/local/sscli > /dev/null
11          . env.sh > /dev/null
12          popd > /dev/null
13   fi
14  
15 < clix HostUpdateSharp.exe `uname -mrs` $@
15 > clix HostUpdateSharp.exe "`uname -mrs`" $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines