Code

Reduce value duplication in t9300-fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Thu, 18 Jan 2007 19:49:05 +0000 (14:49 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 18 Jan 2007 19:49:05 +0000 (14:49 -0500)
commit8232dc427fb4b92b38e74e9e93b52231a67e354f
tree64bd97e976c9af26595ec75573d1ec9cc7daf183
parent50aee995121a103fe2698574e7f1d56660a5b89b
Reduce value duplication in t9300-fast-import.

It is error prone to list the value of each file twice, instead we
should list the value only once early in the script and reuse the
shell variable when we need to access it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
t/t9300-fast-import.sh