git-new-workdir: Fix shell warning about operator == used with test.
authorSimon Hausmann <simon@lst.de>
Mon, 25 Jun 2007 11:04:26 +0000 (13:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2007 01:18:47 +0000 (18:18 -0700)
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>
No differences found