X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78157.FAEBE709@onstor-exch02.onstor.net>; Tue, 17 Apr 2007 18:22:07 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: please review
Date: Tue, 17 Apr 2007 18:22:07 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E0221573F@onstor-exch02.onstor.net>
In-Reply-To: <20070417181957.6b9f4ff6@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: please review
Thread-Index: AceBV61vnOv7GtA0Rbe6YiAHOEJD+AAAEf2Q
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Looks fine.

-----Original Message-----
From: Andy Sharp=20
Sent: Tuesday, April 17, 2007 6:20 PM
To: Larry Scheer
Subject: please review

Found a bug in flash_install.sh

tmp and var were swapped in one spot.  diff is

=3D=3D=3D=3D //depot/FB-DELOREAN/nfx-tree/Tools/flash_install.sh#1 -
/homes/andys/src/FB-DELOREAN/nfx-tree/Tools/flash_install.sh =
=3D=3D=3D=3D
@@ -65,10 +65,10 @@
        /)
                echo 'a'
                ;;
-       /tmp)
+       /var)
                echo 'd'
                ;;
-       /var)
+       /tmp)
                echo 'e'
                ;;
        /onstor/conf)
