commit | b658d50325c938d87d4891cb62e2eefb0b58a62c | [log] [tgz] |
---|---|---|
author | Simon Hausmann <simon@lst.de> | Mon Jun 25 13:04:26 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 26 18:18:47 2007 -0700 |
tree | 5812f970211b50916c4de4bf7d829d9792596828 | |
parent | 4fb8c8075a9952a9d544721e2122a1b2941d8ef6 [diff] |
git-new-workdir: Fix shell warning about operator == used with test. Use = instead of == with test to test for equality. Signed-off-by: Simon Hausmann <simon@lst.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>