author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 18 Jan 2007 19:49:05 +0000 (14:49 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 18 Jan 2007 19:49:05 +0000 (14:49 -0500) | ||
commit | 8232dc427fb4b92b38e74e9e93b52231a67e354f | |
tree | 64bd97e976c9af26595ec75573d1ec9cc7daf183 | tree | snapshot |
parent | 50aee995121a103fe2698574e7f1d56660a5b89b | commit | diff |
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>
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 | diff | blob | history |