commit | bd0ee748e96338ace7b22b6f0ac1f8934d3385c0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Mar 23 14:26:23 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Mar 23 14:26:23 2007 +0100 |
tree | d5abe895a3891df15a71cc9f152a7d88a7083f27 | |
parent | d2f3ac3592a5674fefa082cb439cc72355d2fed0 [diff] |
Fix bug with numjobs > 1, directory and filename given Reported by gurudas pai <gurudas.pai@oracle.com> If numjobs > 1, add_job() will append the directory name several times. Fix this by doing the directory append in add_file() instead, it cleans up the code as well. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>