AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070417181454.11ba15a0@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Tue, 17 Apr 2007 18:19:57 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: please review
Message-ID: <20070417181957.6b9f4ff6@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Found a bug in flash_install.sh

tmp and var were swapped in one spot.  diff is

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